You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by le...@apache.org on 2005/11/13 19:56:49 UTC

svn commit: r333103 - /gump/branches/Gump3/pygump/python/gump/plugins/updater.py

Author: leosimons
Date: Sun Nov 13 10:56:42 2005
New Revision: 333103

URL: http://svn.apache.org/viewcvs?rev=333103&view=rev
Log:
Noticed a small error in SvnUpdater

Modified:
    gump/branches/Gump3/pygump/python/gump/plugins/updater.py

Modified: gump/branches/Gump3/pygump/python/gump/plugins/updater.py
URL: http://svn.apache.org/viewcvs/gump/branches/Gump3/pygump/python/gump/plugins/updater.py?rev=333103&r1=333102&r2=333103&view=diff
==============================================================================
--- gump/branches/Gump3/pygump/python/gump/plugins/updater.py (original)
+++ gump/branches/Gump3/pygump/python/gump/plugins/updater.py Sun Nov 13 10:56:42 2005
@@ -168,4 +168,4 @@
         svn = Popen(['svn', 'up'], cwd=cwd, stdout=PIPE, stderr=STDOUT)
         module.update_log = svn.communicate()[0]
         module.update_exit_status = svn.wait()
-        module.update_type = UPDATE_TYPE_CHECKOUT
+        module.update_type = UPDATE_TYPE_UPDATE