bagder: curl-www _cvs.html,1.17,1.18

[email protected] Thu, 18 Mar 2010 23:10:04 +0000
Newsgroups gmane.comp.web.curl.www.cvs
Message-ID <[email protected]>
Update of /cvsroot/curl/curl-www
In directory giant.haxx.se:/var/tmp/cvs-serv10175

Modified Files:
	_cvs.html 
Log Message:
mention the rsync access


Index: _cvs.html
===================================================================
RCS file: /cvsroot/curl/curl-www/_cvs.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- _cvs.html	22 Sep 2009 21:00:41 -0000	1.17
+++ _cvs.html	18 Mar 2010 23:10:02 -0000	1.18
@@ -69,6 +69,25 @@
  libcurl mailing list in advance and we might give you write permission
  straight into the CVS!
 
+TITLE(<b>Sync</b> the repo)
+<p>
+ Advanced users may opt to rsync the entire CVS repository.
+<p>
+  The repo exists at
+<pre>
+         rsync://curl.haxx.se/curl-cvs
+</pre>
+<p>
+An example sync command line to run when you want to catch up would be:
+<pre>
+         rsync -rztpv --delete rsync://curl.haxx.se/curl-cvs/ curl 
+</pre>
+<i>
+WARNING: when you sync like this, your repo will be overwritten each time you
+sync so never ever try to commit anything to your local copy - if you're not
+prepared to loose it at next sync. 
+</i>
+
 #include "_footer.html"
 
 </BODY>