Changes between Initial Version and Version 1 of code/tools/SVN
- Timestamp:
- Feb 17, 2008, 11:06:11 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/tools/SVN
v1 v1 1 == SVN == 2 This Page contains a collection of the most used svn command including some examples. 3 4 {{{ 5 svn co https://svn.orxonox.net/data/trunk 6 svn ci -m "some message" 7 svn up 8 svn cp https://svn.orxonox.net/orxonox/trunk https://svn.orxonox.net/orxonox/branches/test 9 svn diff 10 svn resolve somefile.cc 11 svn revert 12 }}}