[or-cvs] r8217: change the website publish script to use svn rather than cvs (website/trunk)

arma at seul.org arma at seul.org
Tue Aug 22 22:15:11 UTC 2006


Author: arma
Date: 2006-08-22 18:15:11 -0400 (Tue, 22 Aug 2006)
New Revision: 8217

Modified:
   website/trunk/publish
Log:
change the website publish script to use svn rather than cvs


Modified: website/trunk/publish
===================================================================
--- website/trunk/publish	2006-08-22 21:58:10 UTC (rev 8216)
+++ website/trunk/publish	2006-08-22 22:15:11 UTC (rev 8217)
@@ -1,5 +1,5 @@
 #!/bin/sh
-cvs update -d -P
+svn update
 make
 # XXX should check whether make fails
 



More information about the tor-commits mailing list