Open main menu

CDOT Wiki β

Changes

Hints for Using SVN to collaborate on school projects

7 bytes added, 07:51, 29 September 2011
branch
==== branch ====
To '''branch''' is to copy a directory (like trunk) into another directory on the repository server.
: Note that after '''branch'''ing the code is copied copies it on '''the repository''' itself and not to the local(client) machine. To work on the '''branch'''ed (copied) code, you must '''checkout''' the directory after to which you copied the '''branch'''ing
==== add ====
To '''add''' is to flag a non-versioned file or directory to be added to the repository server at next '''commit'''