[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-18 18:18:45 CEST

I've just implemented svnlabeller and tagging is working fine now.
I also fixed branches created from branch, they were cp from /trunk
instead of /branches/<base>.

but I discover more cvs funny cases: different files in a same tag might
be in different branch. I'm wondering what's the right way to map this
in svn.

as you could see the tag sympa-3_1b_2 in

http://listes.cru.fr/cgi-bin/cvsweb.cgi/sympa/Attic/LICENSE and
http://listes.cru.fr/cgi-bin/cvsweb.cgi/sympa/check_perl_modules.pl

are tagged on branch 'cru' and HEAD, respectively.

Cheers,
CLK

On Tue, Jun 17, 2003 at 09:40:06AM -0400, Barrie Slaymaker wrote:
> VCP::Dest::svn should be able to batch `svn cp` all files in a
> particular svn revision to given them a label pretty easily.
>
> We could also build a VCP::Filter::svnlabeller module that would convert
> labels in to special "placeholder" revisions and then VCP::Dest::svn
> would be able to `svn cp` them almost exactly like it does for branches.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jun 18 18:19:26 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.