[svnbook commit] r1242 - trunk/src/nb

sunny256 svnbook-dev at red-bean.com
Tue Apr 26 03:15:51 CDT 2005


Author: sunny256
Date: Tue Apr 26 03:15:50 2005
New Revision: 1242

Modified:
   trunk/src/nb/Makefile
Log:
Norwegian svnbook: Set the working copy into "commit mode" after make 
sync is finished. No need for editing mode in this case now that 
numerical entities are history.

* src/nb/Makefile
  (make sync): Add a "$(MAKE) commitmode" before the lockdir is removed.


Modified: trunk/src/nb/Makefile
==============================================================================
--- trunk/src/nb/Makefile	(original)
+++ trunk/src/nb/Makefile	Tue Apr 26 03:15:50 2005
@@ -80,6 +80,7 @@
 	$(MAKE) editmode
 	svn merge -r$$(cat LAST_UPDATED):$$(cat HEADREV) $(COLLAB)/trunk/src/en .
 	mv HEADREV LAST_UPDATED
+	$(MAKE) commitmode
 	rmdir sync.LOCK
 
 # $Id$



More information about the svnbook-dev mailing list