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

Re: Publishing part of a repository

From: Branko Čibej <brane_at_xbc.nu>
Date: 2004-07-03 19:58:34 CEST

Robin Becker wrote:

> Branko Čibej wrote:
>
> .......
>
>> For this kind of change, you'd do better to write a python script
>> that work directly on dumpfiles. The dump format is very easy to
>> parse. I'd suggest dumping both repositories, then reading both at
>> the same time and generating a merged dumpfile with the paths
>> renamed. The renaming should be easy (basically string.replace, you
>> don't even need regexes), and the sorting is a simple merge of the
>> files, since the revisions in each one are already sorted by date.
>
>
> unfortunately it seems that cvs2svn has sometimes created revisions with
> modern timestamps. These come in the middle of a stream with original
> timestamps.

Are you saying that revisions in the dumpfile created by cvs2svn aren't
sortd by date? If that's the case, it's a huge bug in cvs2svn.

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jul 3 20:00:42 2004

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.