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

RE: Vendor branches

From: Robert Hunter <robert.hunter_at_gen-i.co.nz>
Date: 2004-11-28 23:21:55 CET

Gili wrote:
> In the 1.1 documentation on vendor branches it states that one should
> extract vendor branch 1.1 on top of 1.0 and then run the svn status on
> it. Right?

The way I understand the documentation, that would only work in a trivial
case; as you mentioned, files that were in Vendor Software 1.0 but not in
Vendor Software 1.1 would not be picked up.

The documentation on Vendor Branches at
<http://svnbook.red-bean.com/en/1.1/ch07s04.html> mentions a script called
"svn_load_dirs.pl" that can be used.

Here's a brief overview of the process I use, based on
what I understand the book to say. Actually, a transcript
might be more illustrative:

tar xzf libcomplex-1.0.tar.gz -C $TMPDIR
svn import $R/vendor/libcomplex/current $TMPDIR/libcomplex-1.0
svn copy $R/vendor/libcomplex/current $R/vendor/libcomplex/1.0
rm -r $TMPDIR/libcomplex-1.0
sleep $SECONDS_UNTIL_NEW_VERSION_IS_RELEASED
tar xzf libcomplex-1.1.tar.gz -C $TMPDIR
svn_load_dirs.pl -t 1.1 $R/vendor/libcomplex current /tmp/libcomplex-1.1
rm -r $TMPDIR/libcomplex-1.1

-- 
Robert Hunter
Gen-i Ltd
*****************************************************************************
This communication, including any attachments, is confidential.
If you are not the intended recipient, you should not read it
- please contact me immediately, destroy it, and do not copy
or use any part of this communication or disclose anything about it,
Thank you.
Please note that this communication does not designate an information system
for the purposes of the Electronic Transactions Act 2002
******************************************************************************
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Nov 28 23:31:08 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.