Penguin

Differences between version 10 and revision by previous author of SubVersion.

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

Newer page: version 10 Last edited on Thursday, March 3, 2005 9:00:19 pm by PerryLorier Revert
Older page: version 9 Last edited on Saturday, December 25, 2004 5:10:30 pm by AristotlePagaltzis Revert
@@ -6,10 +6,12 @@
  
 The CommandLine client, analogous to cvs(1) and with very similar use for the most part, is called <tt>svn</tt>. <tt>svn help</tt> provides a list of all commands and global options. <tt>svn help ''command''</tt> provides help about the specific ''command''. Unfortunately, there is no ManPage to speak of. 
  
 Detailed information is available in [Version Control with Subversion | http://svnbook.red-bean.com/], a book available online freely but also soon to be published by O'Reilly. 
+  
+Useful information on how to setup subversion with apache2 is in [Chapter 06 section 4|http://svnbook.red-bean.com/en/1.1/ch06s04.html]  
  
 ---- 
  
 !! Notes 
  
 * To flag a file as executable use <tt>svn propset svn:executable on ''filename''</tt>