Revision: 48307
Author:   kim
Date:     2009-03-11 09:51:08 +0000 (Wed, 11 Mar 2009)

Log Message:
-----------
Try this. (It's annoying to have to debug over svn, but this is for 
update_self. Update_self might not have been the brightest idea)

Modified Paths:
--------------
    trunk/wikiation/installer/installer.py

Modified: trunk/wikiation/installer/installer.py
===================================================================
--- trunk/wikiation/installer/installer.py      2009-03-11 09:45:45 UTC (rev 
48306)
+++ trunk/wikiation/installer/installer.py      2009-03-11 09:51:08 UTC (rev 
48307)
@@ -125,7 +125,7 @@
        if len(args)==1:
                os.system("svn update")
        elif len(args)>=2 and isanint(args[1]):
-               os.system("svn update "+args[1])
+               os.system("svn update -r"+args[1])
        elif len(args)>=2:
                print "I'm not sure what to do with "+ (" ".join(args[1:]))
 



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to