Changes

Jump to: navigation, search

SVN

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

Navigation menu