Changes between Version 10 and Version 11 of BuildingFromSvn
- Timestamp:
- 11/13/09 13:45:43 (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingFromSvn
v10 v11 8 8 9 9 1. [http://svnbook.red-bean.com/ Learn about Subversion] (SVN). 10 1. Read about [http://code.google.com/p/vrjuggler/source/checkout access to the Subversion repository] through Google Code. Developers must use their googlecode.com password in order to check out a read/write copy of the code over HTTPS. 10 11 1. Refer to the [wiki:SvnBranches Subversion branches] page which describes what branches and tags are available. 11 12 12 The Juggler Project Subversion repository can be accessed through one of the following two roots: 13 14 1. Anonymous: http://vrjuggler.googlecode.com/svn/ 15 1. Developer: https://vrjuggler.googlecode.com/svn/ 16 17 There are subdirectories of that for VR Juggler (`juggler`), !PyJuggler (`PyJuggler`), VRJ.NET (`vrj.net`), the VR Juggler website (`website`), and the patched version of !CppUnit (`cppunit`) that we use. 13 There are subdirectories of the SVN root for VR Juggler (`juggler`), !PyJuggler (`PyJuggler`), VRJ.NET (`vrj.net`), the VR Juggler website (`website`), and the patched version of !CppUnit (`cppunit`) that we use. 18 14 19 15 The anonymous checkout command for the Juggler Project trunk is as follows:
