Changes

Jump to: navigation, search

SVN

10 bytes added, 20:37, 22 October 2006
Make changes to your working copy
==Make changes to your working copy==
*To <b>add </b> file to repository after you <b>commit</b>:
<pre>svn add filename1.c</pre>
*To <b>delete </b> file from repository and your working copy after you <b>commit</b>:
<pre>svn delete filename1.c</pre>
*To <b>create a new item 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>
1
edit

Navigation menu