monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Monotone-devel] Problem with tailor and subversion


From: rghetta
Subject: Re: [Monotone-devel] Problem with tailor and subversion
Date: Mon, 07 Nov 2005 07:15:23 +0100
User-agent: Mozilla Thunderbird 1.0.2 (X11/20050322)

Michael Neumann wrote:
Probably the right way to go for tailor is to "AND" the list of files (a a/b.txt) with the output of "monotone list known". Anyone has a fix for this or a workaround?

Mmm, commit always worket, perhaps the svn backend changed behaviour.
Anyway, for a workaround, try this: at line 730 of vcpx/monotone.py, there is

        if not entries:
            entries = ['.']

Add a "entries = None" line before:

        entries = None
        if not entries:
            entries = ['.']


Ciao,
Riccardo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]