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