meld r1028 - trunk/vc
- From: stevek svn gnome org
- To: svn-commits-list gnome org
- Subject: meld r1028 - trunk/vc
- Date: Tue, 22 Jul 2008 07:52:34 +0000 (UTC)
Author: stevek
Date: Tue Jul 22 07:52:33 2008
New Revision: 1028
URL: http://svn.gnome.org/viewvc/meld?rev=1028&view=rev
Log:
Handle spaces in svn path Bug 522864
Modified:
trunk/vc/svn.py
Modified: trunk/vc/svn.py
==============================================================================
--- trunk/vc/svn.py (original)
+++ trunk/vc/svn.py Tue Jul 22 07:52:33 2008
@@ -54,7 +54,7 @@
while 1:
try:
- entries = os.popen("svn status -Nv "+directory).read()
+ entries = os.popen('svn status -Nv "%s"'%directory).read()
break
except OSError, e:
if e.errno != errno.EAGAIN:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]