[Svnmerge] Error with svnmerge init

Archie Cobbs archie at dellroad.org
Wed Nov 30 06:32:35 PST 2005


Giovanni Bajo wrote:
> Must be a regexp problem. Can you try changing this regexp:
> 
> <path .*action="A".*>
> 
> in function get_copyfrom() with this:
> 
> <path [^>]*action="A"[^>]*>

Seems to do something...

Traceback (most recent call last):
   File "/usr/bin/svnmerge", line 1226, in ?
     main(sys.argv[1:])
   File "/usr/bin/svnmerge", line 1182, in main
     cf_head, cf_rev = get_copyfrom(branch_dir)
   File "/usr/bin/svnmerge", line 452, in get_copyfrom
     head = re.search(r'copyfrom-path="([^"]*)"', m.group(1)).group(1)
AttributeError: 'NoneType' object has no attribute 'group'

-Archie

__________________________________________________________________________
Archie Cobbs      *        CTO, Awarix        *      http://www.awarix.com



More information about the Svnmerge mailing list