Changes between Version 27 and Version 28 of dev/Primer
- Timestamp:
- Feb 18, 2008, 10:13:01 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/Primer
v27 v28 44 44 == 7. Repository == 45 45 Orxonox is programmed by many programmers at the same time. To synchronize the work and to make it available for all, we've got a central subversion server (subversion is a versioning system; the newer form of cvs). Most Linuxes already have svn (subversion) in their software repository (gentoo: portage tree, debian: apt-system), for Windows you need to install tortoise svn, which you can get here: http://tortoisesvn.tigris.org/ [[br]] 46 If you want to read more about this topic, go to: 46 If you want to read more about this topic, go to: 47 * A [wiki:SVN list of SVN commands] written by Nico. 47 48 * [http://svnbook.red-bean.com/en/1.1/index.html the official subversion guide, written very funnily] 48 49 * [http://www.onlamp.com/pub/a/onlamp/2002/10/31/subversion.html a shorter version]