svn commit: samba r7164 - in hooks: .

tpot at samba.org tpot at samba.org
Wed Jun 1 01:47:22 GMT 2005


Author: tpot
Date: 2005-06-01 01:47:22 +0000 (Wed, 01 Jun 2005)
New Revision: 7164

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7164

Log:
Comment out svndump --incremental for websvn as rsync should work properly
now.

Modified:
   hooks/post-commit


Changeset:
Modified: hooks/post-commit
===================================================================
--- hooks/post-commit	2005-06-01 01:36:07 UTC (rev 7163)
+++ hooks/post-commit	2005-06-01 01:47:22 UTC (rev 7164)
@@ -54,10 +54,10 @@
 
 # Create a delta to apply to the websvn repository and send it over
 # to dp3.
-
-(
-	delta=/tmp/delta-${NAME}-`seq -f%08g ${REV} ${REV}`
-
-	svnadmin dump ${REPOS} --incremental -r ${REV} > $delta
-	rsync $delta dp3::svn-deltas && rm -f $delta
-) &
+#
+#(
+#	delta=/tmp/delta-${NAME}-`seq -f%08g ${REV} ${REV}`
+#
+#	svnadmin dump ${REPOS} --incremental -r ${REV} > $delta
+#	rsync $delta dp3::svn-deltas && rm -f $delta
+#) &



More information about the samba-cvs mailing list