Changes

Jump to: navigation, search

SVN

78 bytes added, 20:40, 22 October 2006
Examine your changes
==Examine your changes==
*<b>===svn status</b>===:*After you've made changes, it's a good idea to take a look at exactly what you've changed before committing them to the repository.
:<pre>$svn status</pre>
:This will detect all file and tree changes you've made
:*By passing a specific path, you will get information about that item alone:
<pre>$svn status stuff/filename3.c
D stuff/filename3.c
:C <filename> - File received conflicting changes from the server
*<pre>svn diff</pre>
*To show the status of every item in your working copy:<pre>$ svn revertstatus --verbose</pre> ===svn diff=== ===svn revert===
==Merge other's changes into your working copy==
1
edit

Navigation menu