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

Re: Vendor branch help

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2004-04-28 02:13:36 CEST

On Apr 27, 2004, at 5:07 PM, Epsilon wrote:

> I'm having difficultly understanding vendor branches as described in
> Chapter 7 (http://svnbook.red-bean.com/svnbook/ch07s04.html). I have
> two questions:
>
> 1. What's the best way to "replace the current version with the new
> libcomplex 1.1 source code"? Do we simply "blow away" the old version
> with "svn del" and import the new?
>
> 2. After executing the command:
>
> $ svn copy http://svn.example.com/repos/vendor/libcomplex/1.0 \
> http://svn.example.com/repos/calc/libcomplex \
> -m 'bringing libcomplex-1.0 into the main branch'
>
> We'll have a repository that looks like this:
>
> http://svn.example.com/repos/calc/libcomplex/1.0
>
> Correct?

No. The example assumes that the libcomplex directory does not exist
in calc before the copy, so the 1.0 directory from the vendor branch
becomes the new libcomplex directory inside calc.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Apr 28 02:14:07 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.