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

Re: cvs2svn.py in version 6411

From: <kfogel_at_collab.net>
Date: 2003-07-09 17:48:59 CEST

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

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

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