SVN Setup: Difference between revisions
Programming (talk | contribs) |
Programming (talk | contribs) (applied history) |
||
Line 1: | Line 1: | ||
== Source Code Repository Introduction | == Source Code Repository Introduction == | ||
Team 1511 | From 2005 to 2013, Team 1511 used Subversion for its source code management. Subversion allows multiple developers to easily work together on a common code base, across many computer systems. On this page, you'll find the access information for our repository, as well as links to Subversion client software. | ||
== Team 1511 Subversion Repository Details == | |||
We have one repository for each team-year. All repositories are accessible via http. Simple browsing can be done with a web browser; actually modifying and contributing code requires a Subversion client. When checking out your initial working copy, configure your Subversion client to use the URLs below: | |||
*2013-2014 - [http://svn.penfieldrobotics.com/git/thunderbot2014.git http://svn.penfieldrobotics.com/git/thunderbot2014.git] (git repository) | |||
*2012-2013 - [http://svn.penfieldrobotics.com/FRC2013/trunk http://svn.penfieldrobotics.com/FRC2013/trunk] | |||
*2011-2012 - [http://svn.penfieldrobotics.com/FRC2012/trunk http://svn.penfieldrobotics.com/FRC2012/trunk] | |||
*2010-2011 - [http://svn.penfieldrobotics.com/FRC2011/trunk http://svn.penfieldrobotics.com/FRC2011/trunk] | |||
*2009-2010 - [http://svn.penfieldrobotics.com/FRC2010/trunk http://svn.penfieldrobotics.com/FRC2010/trunk] | |||
*2008-2009 - [http://svn.penfieldrobotics.com/FRC2009/trunk http://svn.penfieldrobotics.com/FRC2009/trunk] | |||
*2007-2008 - [http://svn.penfieldrobotics.com/FRC2008/trunk http://svn.penfieldrobotics.com/FRC2008/trunk] | |||
*2006-2007 - [http://svn.penfieldrobotics.com/FRC2007/trunk http://svn.penfieldrobotics.com/FRC2007/trunk] | |||
*2005-2006 "ROFLbot" and "CamView" - [http://www.svn.penfieldrobotics.com/FRC2006/ http://www.svn.penfieldrobotics.com/FRC2006/] | |||
*2004-2005 "Rhinobot" - [http://www.svn.penfieldrobotics.com/FRC2005/trunk http://www.svn.penfieldrobotics.com/FRC2005/trunk] | |||
Access requires a username and password. Access is provided to Programming Subteam members only. Please post to the Programming Build Season forum or contact Jeff if you need an account. | |||
*[http://www.usfirst.org/frccontrolsystem Windriver Workbench] - Windriver Workbench includes a Subversion plugin. 2008-2009 Projects and beyond repositories are formatted to work with this. To check out the project, right click the project window, choose import, and enter the project SVN URL from the previous section. | == Subversion Client Software == | ||
*[http://subclipse.tigris.org/servlets/ProjectDocumentList?folderID=2240 SVN] - Command-line client provided by creators of Subversion. Works on Linux, Windows, and just about everything. | |||
Links to Subversion clients: | |||
*[http://www.usfirst.org/frccontrolsystem Windriver Workbench] - Windriver Workbench includes a Subversion plugin. 2008-2009 Projects and beyond repositories are formatted to work with this. To check out the project, right click the project window, choose import, and enter the project SVN URL from the previous section. | |||
*[http://subclipse.tigris.org/servlets/ProjectDocumentList?folderID=2240 SVN] - Command-line client provided by creators of Subversion. Works on Linux, Windows, and just about everything. | |||
*[http://tortoisesvn.tigris.org/ Tortoise SVN] - Easy-to-use graphical client implemented as a Windows Explorer shell extension. Basically adds menu items to the Explorer right-click menues. Very convenient and user-friendly. Windows only. | *[http://tortoisesvn.tigris.org/ Tortoise SVN] - Easy-to-use graphical client implemented as a Windows Explorer shell extension. Basically adds menu items to the Explorer right-click menues. Very convenient and user-friendly. Windows only. |
Revision as of 11:24, 28 January 2015
Source Code Repository Introduction
From 2005 to 2013, Team 1511 used Subversion for its source code management. Subversion allows multiple developers to easily work together on a common code base, across many computer systems. On this page, you'll find the access information for our repository, as well as links to Subversion client software.
Team 1511 Subversion Repository Details
We have one repository for each team-year. All repositories are accessible via http. Simple browsing can be done with a web browser; actually modifying and contributing code requires a Subversion client. When checking out your initial working copy, configure your Subversion client to use the URLs below:
- 2013-2014 - http://svn.penfieldrobotics.com/git/thunderbot2014.git (git repository)
- 2012-2013 - http://svn.penfieldrobotics.com/FRC2013/trunk
- 2011-2012 - http://svn.penfieldrobotics.com/FRC2012/trunk
- 2010-2011 - http://svn.penfieldrobotics.com/FRC2011/trunk
- 2009-2010 - http://svn.penfieldrobotics.com/FRC2010/trunk
- 2008-2009 - http://svn.penfieldrobotics.com/FRC2009/trunk
- 2007-2008 - http://svn.penfieldrobotics.com/FRC2008/trunk
- 2006-2007 - http://svn.penfieldrobotics.com/FRC2007/trunk
- 2005-2006 "ROFLbot" and "CamView" - http://www.svn.penfieldrobotics.com/FRC2006/
- 2004-2005 "Rhinobot" - http://www.svn.penfieldrobotics.com/FRC2005/trunk
Access requires a username and password. Access is provided to Programming Subteam members only. Please post to the Programming Build Season forum or contact Jeff if you need an account.
Subversion Client Software
Links to Subversion clients:
- Windriver Workbench - Windriver Workbench includes a Subversion plugin. 2008-2009 Projects and beyond repositories are formatted to work with this. To check out the project, right click the project window, choose import, and enter the project SVN URL from the previous section.
- SVN - Command-line client provided by creators of Subversion. Works on Linux, Windows, and just about everything.
- Tortoise SVN - Easy-to-use graphical client implemented as a Windows Explorer shell extension. Basically adds menu items to the Explorer right-click menues. Very convenient and user-friendly. Windows only.