Changes

Jump to: navigation, search

SVN

57 bytes added, 20:38, 22 October 2006
Make changes to your working copy
==Make changes to your working copy==
===svn add===
*To <b>add</b> file to repository after you <b>commit</b>:
<pre>svn add filename1.c</pre>
===svn delete===
*To <b>delete</b> file from repository and your working copy after you <b>commit</b>:
<pre>svn delete filename1.c</pre>
===svn copy===
*To <b>create item2 as a duplicate of item1</b>. When item2 is added to the repository on the next commit, its copy history is recorded:
<pre>svn copy item1 item2</pre>
===svn move===
*item2 is scheduled for addition as a copy of item1, and item1 is scheduled for removal:
:<pre>svn move item1 item2</pre>
1
edit

Navigation menu