My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Project Information
Members
Links

Deployed Java code for team 1002 for the 2011 FRC season

How to check out code:

Windows

  1. Download http://tortoisesvn.net/downloads.htmlTortoiseSVN
  2. First make sure you have an empty folder somewhere, Right Click it, choose SVN Checkout
  3. Go to the Source tab, go to the Checkout subtab, and copy the url only in the command line tab.
  4. Now paste the URL into the URL input box. Press enter and it will prompt you for your Creds.
  5. enter your username as shown on the Source tab, and enter the google code generated password.
  6. Work on your code, and don't forget to commit by right-clicking the folder and pressing commit. Updating works the same way

Linux

  1. Make sure you have the Subversion package. Use Sudo apt-get (if you have a fedora or other red hat-based OS, i can't help you, do some googling.) This should work with ubuntu, debian, knoppix, and most other debian-based linux OS.
  2. Once you've installed Subversion, go into your directory where you want to add the repository checkout through terminal (cd is your friend)
  3. Copy and Paste the Commandline line that is shown. This should give you a checkout.
  4. I'm not entirely sure about committing, instead of svn checkout i think you do svn Commit and the local directory, not the URL of the actual repository
  5. You can also try and commit straight from Netbeans. There should be a versioning option somewhere with subversion under it. Then just hit commit, enter your user info, and you're good to go.

Mac

  1. Find a SVN Client for Macs
  2. Do as the Windows people do to set up
  3. Work and Commit
  4. ?
  5. PROFIT
Powered by Google Project Hosting