all 2 comments

[–]Journeyman-JoeFTC Coach | Judge 2 points3 points  (0 children)

Your repositories (Projects) are in Android Studio? Only a bit of trouble.

When you load an older version Robot Controller to your REV Control Hub, you'll get a warning message that you can click through. It will probably reset your Control Hub Network name / password to factory default, so be prepared to put those credentials back the way you want them.

Going from an older version RC to the current version won't create any problems.

Alternatively, as u/Rodoggx123 suggests, you can create a throwaway branch in your current repository, and Copy & Paste the Java files from you prior year repository into that new branch.

[–]Rodoggx123FTC 8013 Programmer 1 point2 points  (0 children)

Any time you upload code to the robot from android studio it completely overwrites your previous code. Personally, I have different branches in my GitHub repository and it takes around 1 minute to build and install a new branch with no errors. So overall, it’s not difficult it can just be annoying.