[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: Robin Becker <robin_at_reportlab.com>
Date: 2004-07-03 18:20:21 CEST

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.

I suspect I can get by by changing these to the previous 'normal'
timestamp.

-- 
Robin Becker
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jul 3 18:21:38 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.