Penguin

Differences between version 5 and previous revision of Subversion.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 5 Last edited on Saturday, December 18, 2004 10:54:11 pm by StuartYeates Revert
Older page: version 4 Last edited on Saturday, December 18, 2004 10:41:59 pm by StuartYeates Revert
@@ -3,4 +3,7 @@
 Subversion has a "changeset", a commit is one atomic operation that either completes or fails. CVS has one operation per file. Subversion can deal with files being renamed and/or moved, cvs can't. Subversion can versioncontrol directories, CVS can't. Of the numerous [CVS] replacements, [Subversion] is quite possibly the most similar to CVS in commandline interface and has a stable support community, making it a good choice if you wish to move from CVS. 
  
 Notes: 
 * to flag a file as executable use <tt>svn propset svn:executable on ''filename''</tt> 
+  
+  
+See also: GnuArch