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

Re: incremental conversion from other SCM to svn by vcp

From: Chia-liang Kao <clkao_at_clkao.org>
Date: 2003-06-21 20:07:39 CEST

I have implemented svn-labeller and corresponding tagging support
in vcp a few days ago. they should solve most of bizarre tag/branch
cases.

but i was unable to have a full run of conversion for the sympa
repository i was testing with, due to some svn commit and revpropset
hanging. :( i did some manual diff for the tagged tree in svn
and cvs, it looks good. (most tags in sympa repo are mixed from
different branches)

anyway the code is available at http://svn.clkao.org/revml/trunk,
I also did some documentation for the logic at
http://svn.clkao.org/revml/trunk/lib/VCP/Filter/svnlabeller.pm

Cheers,
CLK

On Thu, Jun 19, 2003 at 03:24:04PM -0500, kfogel@collab.net wrote:
> Consider a simpler case:
>
> Someone has a "mixed" working copy, that is, a working copy where the
> file's revisions are from very different points in time -- they are
> not all in HEAD, and never have been. Now imagine the user does *not*
> run 'cvs update'. Instead, she just makes a tag or branch in the
> working copy.
>
> Obviously, there cannot be just one Subversion revision from which to
> copy. Maybe there's one revision that can get *most* of the
> appropriate revisions, but further copies and/or deletes will have in
> the resulting tree before the tag or branch is truly correct.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jun 21 20:08:27 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.