I patched svn.py to remove the '-kb' switch.  On the standard CLI,
including those switches produces an error.

I have _not_ seen this occur.  I just noticed it while reading the
code and got curious.  After trying it, I figured that it was a hold
over from munging the cvs code to deal with svn.

- Kevin Grover
Index: vc/svn.py
===================================================================
--- vc/svn.py	(revision 968)
+++ vc/svn.py	(working copy)
@@ -43,8 +43,6 @@
     def update_command(self):
         return [self.CMD,"update"]
     def add_command(self, binary=0):
-        if binary:
-            return [self.CMD,"add","-kb"]
         return [self.CMD,"add"]
     def remove_command(self, force=0):
         return [self.CMD,"rm","--force"]
_______________________________________________
meld-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/meld-list

Reply via email to