Subversion lets us manage our files for our automated design program.

For additional help on how to use Subversion, see:
Subversion Manual

Creating an account on SourceForge

Go to https://forge.cornell.edu/sf/sfmain/do/home
Sign in using Cornell Single Sign On
Click on the Projects Tab on the top of the page
Go to the All Projects Tab
Join ENGR-AguaClara on the fifth page
Check the box next to ENGR-AguaClara and then click Request Membership in the lower righthand corner
Just type design for the request comment.

Subversion Interface Tools
Downloading Tortoise SVN for PCs

Subversion requires additional software to communicate with your computer and the repository. Tortoise SVN works for Windows systems and is what we use in the AguaClara lab. It allows you to download (check out or update) files to your computer, make changes and upload (commit) them back to the repository.
Download TortoiseSVN

Downloading Eclipse for Macs

Information for using Eclipse as a subversion interface tool can be found here.

Here's How to access our files from the SourceForge repository.

  1. If you signed up, you should have an account on http://forge.cornell.edu if you signed up using your cornell log-in you'll need to change your password. Your net-ID won't work when checkingout/updating/commiting files. The easiest way to do this is to say you forgot your password and follow the directions to change your password.
  2. You will need to have a computer with TortoiseSVN. The computers in AguaClara lab (except Aguaclara01) and Carpenter Hall have it installed if you don't want to download it to your own computer. You can download it here: http://tortoisesvn.net/downloads.html.
  3. You will need the url of the repository. It is located on the souce code page of the aguaclara project on SourceForge.  Each project team has their own repository, but all team members can acces any other teams repository.
    Note: A listing of current AguaClara repositories can be found here.
  4. Create a folder where ever you want (even on a flash drive if you are using the library computers). Give it any name you wish.
  5. Right click and go to SVNCheckout. Enter the URL of the repository above. Click Show log. Select 'Head Revision' to check out the latest revision or select 'Show log' to select a past revision number. If you selected 'Show log', enter your username and password when prompted. Click ok. The revision number should have been entered in the text box. If not, enter it yourself. Now Click ok to download the repository. Enter your username and password when prompted. The files should download to your folder.
Other tips about using Subversion/TortoiseSVN
  1. You can enter the URL of the repository in your web browser to see the heierarchy of folders.
  2. Separate folders hold groups of related files so that you do not need to check out the entire repository. To check out a sub-folder in the repository enter the folder's URL in place of the repository's URL when checking out files.
  3. The folders you have checked out to your computer are known as your 'working copy'.
  4. When you make changes to files in the repository you have to 'commit' or upload your changes. You can commit one file at a time by right clicking on it and selecting commit. Enter your user name and password when prompted and be sure to include a comment on what changes you have made. You can also commit an entire folder by right clicking on the folder and following the same procedure, however when you do this you should make sure that all of your files are 'updated' (see below).
  5. To see a log of revision changes right click in your working copy. Go to TortoiseSVN and click Show log. You will be prompted for your user name and password. You will see a list of revision numbers who committed the changes and any comments that were made. You can also see which files were modified, added, or removed (see below for how to do this.)
  6. To download files to your working copy that have been modified since you last commited any changes or checked out your working copy right click on the file or folder. Go to TortoiseSVN and select Update. If you have made changes to a file that has also been revised and committed to the repository your file may become in a conflicted state. In this case you may have trouble opening your file. To prevent this you should look at the log of revision changes to see that it hasn't been changed. If it has, you should check it out in another folder and make any revisions manually.
  7. To add or remove files to the repository right click, select Tortoise SVN, and select add or remove depending on which you want to do. Next commit your changes.
  8. You can also change the location of a file within the repository and between different repositories(you don't want this one) by selecting the appropriate command in the TortoiseSVN menu.
  9. Likewise you can also change a file or folder's name through the menu.
  • No labels