[Svnmerge] Error in svnmerge

Dustin J. Mitchell dustin at zmanda.com
Thu Feb 19 10:13:29 PST 2009


On Thu, Feb 19, 2009 at 12:51 PM, Jon Schewe <jpschewe at mtu.net> wrote:
> One of my users just ran into this error. It seems that this error just
> showed up in the trunk.

*damn* -- Giovanni pointed that out, and I fixed it, but in the wrong
working directory.

Index: svnmerge.py
===================================================================
--- svnmerge.py (revision 36015)
+++ svnmerge.py (working copy)
@@ -940,6 +940,7 @@
     return os.path.isdir(os.path.join(dir, ".svn")) or \
            os.path.isdir(os.path.join(dir, "_svn"))

+_cache_svninfo = {}
 def get_svninfo(target):
     """Extract the subversion information for a target (through 'svn info').
     This function uses an internal cache to let clients query information

I'll commit the fix now.

-- 
Storage Software Engineer
http://www.zmanda.com



More information about the Svnmerge mailing list