[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

is_wc function in svnmerge.py vs svn 1.7

From: Joel N. Weber II <jw-svn-2011_at_joelweber.com>
Date: Sun, 24 Jul 2011 20:34:44 -0400

https://svn.apache.org/repos/asf/subversion/trunk/contrib/client-side/svnmerge/svnmerge.py

contains this function:

def is_wc(dir):
    """Check if a directory is a working copy."""
    return os.path.isdir(os.path.join(dir, ".svn")) or \
           os.path.isdir(os.path.join(dir, "_svn"))

which needs to be updated somehow for 1.7 working copies. (Making it
unconditionally return True seems to be a semi-adequate workaround.)
Received on 2011-07-25 02:35:21 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.