Checking out RoboRio code via TortoiseSVN - quasics/quasics-frc-sw-2015 GitHub Wiki
Open the Windows File Explorer (e.g., via <Windows+E>), and browse to a folder where you want to check out the code (e.g., in your "Documents" folder).
Right-click on an empty area of the folder and select the "SVN Checkout..." option in the menu.
This should result in a "Checkout" window being shown.
In the "Repository browser" window, navigate to the folder containing the project you want to work with.
For example:
The code for a simple demo program that Mr. Healy is working on for 2019 is in "trunk > Experimental > Matt's Toy 2019 > SallyRide".
Or you can just check out everything underneath the "trunk" (i.e., code for all years, all of the experimental/demo code, etc.)
Click on the "OK" button to return to the "Checkout" window.
Make sure that the "Checkout directory" field shows the directory in which you want the code to appear.
This will generally have been updated after the preceding step to include a (new) subdirectory with the same name as the repository folder selected in that step.
Verify the following settings:
"Checkout Depth" should be set to "Fully Recursive".
"Revision" should be set to "HEAD Revision".
Click on the "OK" button to begin checking out a copy of the code.
The "Checkout" window should close, and a progress window should appear.
When the progress window indicates that the checkout has completed, click on the "OK" button to close the window.