Changes

Jump to: navigation, search

SVN

359 bytes added, 20:35, 22 October 2006
Make changes
==Make changesto your working copy==:<pre>svn add filename1.c</pre>:*To add file to repository after you <preb>svn delete filename1.ccommit</pre>:<pre>svn copy filename1.c filename2.c</pre>:<pre>svn move filename1.c filename2.c</preb>
<pre>svn delete filename1.c</pre>
*To delete file from repository and your working copy after you <b>commit</b>:
 
<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.
 
:<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