Mike Wilcox <mike@trouble.org.uk> writes:
> *** cvs2svn.py.6411 2003-07-09 01:08:57.000000000 +0100
> --- cvs2svn.py 2003-07-09 10:21:55.000000000 +0100
> ***************
> *** 697,703 ****
>
> # If we can't reach the dest, then we don't need to do anything.
> if not parent.has_key(component):
> ! return None, ()
>
> # Otherwise continue downward, dropping breadcrumbs.
> this_entry_key = parent[component]
> --- 697,703 ----
>
> # If we can't reach the dest, then we don't need to do anything.
> if not parent.has_key(component):
> ! return None, [], []
>
> # Otherwise continue downward, dropping breadcrumbs.
> this_entry_key = parent[component]
>
> I am in the process of testing it, but it will be another 2 hours
> before it gets to that point again!
Your patch looked right on to me, I applied it. If you have time to
narrow down your repository to just the part that stimulated this bug,
could you post it? (I suspect what you'd need to do is prune away
most of the repository, leaving just the full path down to a
particular subdirectory or two, and invoke cvs2svn on the top of the
pruned repository, just as you invoked it on the unpruned one before.)
Thanks for the fix.
-Karl
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 9 18:41:01 2003