[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: <kfogel_at_collab.net>
Date: 2003-06-13 17:28:37 CEST

Chia-liang Kao <clkao@clkao.org> writes:
> for those ocassinonal copies you see is the case that:
> a file is newly added on trunk after the branch is created,
> and then manually tagged with as on the branch.
>
> besides that, what would be the appropriate time for copying
> from trunk to branch?

Whenever you create the file on the branch, you could copy it from the
trunk (or other branch) from which it originated.

For example, if the file's first branch rev is 1.7.2.1, then you know
you can copy 1.7 (or rather, whatever svn revision corresponds to 1.7)
to the branch and then make mods based on that. This way the file's
history is maintained.

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