Penguin

Differences between version 3 and predecessor to the previous major change of Subversion.

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

Newer page: version 3 Last edited on Saturday, December 18, 2004 3:41:34 pm by PerryLorier Revert
Older page: version 2 Last edited on Monday, April 21, 2003 12:30:10 am by PerryLorier Revert
@@ -1 +1,6 @@
-Describe [Subversion ] here
+subversion is a modern replacement to [CVS ]. CVS was originally a bunch of wrapper shell scripts around diff3(1) and [RCS], and is showing it's age.  
+  
+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.  
+  
+Notes:  
+* to flag a file as executable use <tt>svn propset svn:executable on ''filename''</tt>