Python-subversion
From: Marc Schlinger <marc.schlinger_at_pace.com>
Date: Thu, 08 Dec 2011 14:07:06 +0100
Hello,
I'm using subversion and python-subversion on a debian squeeze system.
I'm trying to modify the behavior of the changed command of the
I'm want to show that a directory was copied by adding a "+" to the
I've modified the add_directory method of the ChangedEditor as follow:
def add_directory(self, path, parent_baton,
print('A %s %s/' % ("+" if copyfrom_path else " ", path))
but the copyfrom_path always equals to None.
Is there a way to have this parameter set?
Thanks,
Marc Schlinger.
This message has been scanned for viruses by BlackSpider MailControl. - www.blackspider.com
|
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.