Open main menu

CDOT Wiki β

Changes

FAQ

87 bytes added, 21:23, 22 October 2006
Common Commands
<pre>
svn update
</pre>
*To revert/undo file into its pre-modified state:
<pre>
$ svn revert <filename>
</pre>
* To view all the changes (commits) made on a svn repository, type:
1
edit