[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r8217: change the website publish script to use svn rather than cvs (website/trunk)
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] r8217: change the website publish script to use svn rather than cvs (website/trunk)
- From: arma@xxxxxxxx
- Date: Tue, 22 Aug 2006 18:15:11 -0400 (EDT)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Tue, 22 Aug 2006 18:15:18 -0400
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
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