You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ke...@apache.org on 2010/11/11 11:36:19 UTC

svn commit: r1033876 - /incubator/isis/trunk/svnup.cmd

Author: kevin
Date: Thu Nov 11 10:36:18 2010
New Revision: 1033876

URL: http://svn.apache.org/viewvc?rev=1033876&view=rev
Log:
minor edit to pause after successful update. Without this, running from explorer, the shell terminates after update and I can't see what files have been updated.

Modified:
    incubator/isis/trunk/svnup.cmd

Modified: incubator/isis/trunk/svnup.cmd
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/svnup.cmd?rev=1033876&r1=1033875&r2=1033876&view=diff
==============================================================================
--- incubator/isis/trunk/svnup.cmd (original)
+++ incubator/isis/trunk/svnup.cmd Thu Nov 11 10:36:18 2010
@@ -1,3 +1,4 @@
 :again
 call svn up .
 if errorlevel 1 goto again
+pause
\ No newline at end of file