Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Initial Version and Version 1 of code/tools/SVN


Ignore:
Timestamp:
Feb 17, 2008, 11:06:11 PM (16 years ago)
Author:
nicolasc
Comment:

initial

Legend:

Unmodified
Added
Removed
Modified
  • code/tools/SVN

    v1 v1  
     1== SVN ==
     2This Page contains a collection of the most used svn command including some examples.
     3
     4{{{
     5svn co https://svn.orxonox.net/data/trunk
     6svn ci -m "some message"
     7svn up
     8svn cp https://svn.orxonox.net/orxonox/trunk https://svn.orxonox.net/orxonox/branches/test
     9svn diff
     10svn resolve somefile.cc
     11svn revert
     12}}}