[svnbook commit] r2756 - trunk/src/nb

sunny256 noreply at red-bean.com
Tue Mar 27 02:45:22 CDT 2007


Author: sunny256
Date: Tue Mar 27 02:45:21 2007
New Revision: 2756

Log:
* src/nb/Makefile
  (engdir): Change the source of the checkout _temporarily_ to 
    /branches/ora-2e-reorg while the sync goes on.


Modified:
   trunk/src/nb/Makefile

Modified: trunk/src/nb/Makefile
==============================================================================
--- trunk/src/nb/Makefile	(original)
+++ trunk/src/nb/Makefile	Tue Mar 27 02:45:21 2007
@@ -95,7 +95,9 @@
 	@if [ -d book/eng ]; then \
 		svn up -r`cat LAST_UPDATED` book/eng; \
 	else \
-		svn co -r`cat LAST_UPDATED` $(COLLAB)/trunk/src/en/book book/eng; \
+		: Temporary change while the ora-2e-reorg sync goes on. \
+		: svn co -r`cat LAST_UPDATED` $(COLLAB)/trunk/src/en/book book/eng; \
+		svn co -r`cat LAST_UPDATED` $(COLLAB)/branches/ora-2e-reorg/src/en/book at 2597 book/eng; \
 	fi
 
 sync:




More information about the svnbook-dev mailing list