Re: Retrieve "a" file from a certain revision.
From: Stephen Butler <sbutler_at_elego.de>
Date: Wed, 27 May 2009 14:27:50 +0200
Quoting Gavin 'Beau' Baumanis <beau_at_palcare.com.au>:
> I think it must be one of those days....
Hi Gavin,
FWIW, a vendor branch is usually put under ^/vendor, so that it won't
>
Do you mean the contents of the vendor1 trunk? I assume so.
The most efficient way to update a vendor branch is to use a savvy
http://free.linux.hp.com/~dannf/svn-load/
>
Try adding a peg revision to the merge source arg.
merge [-c M[,N...] | -r N:M ...] SOURCE[@REV] [WCPATH]
In other words,
svn merge -r 7612:7615 branches/vendor1_at_7612 branches/vendor1
But it's better not to patch the vendor branch itself. A vendor
After committing new vendor code to ^/vendor/vendor1, merge the
cd /trunk/3rd-party/vendor1
Regards,
-- Stephen Butler | Software Developer elego Software Solutions GmbH Gustav-Meyer-Allee 25 | 13355 Berlin | Germany fon: +49 30 2345 8696 | mobile: +49 163 25 45 015 fax: +49 30 2345 8695 | http://www.elegosoft.com Geschäftsführer: Olaf Wagner | Sitz der Gesellschaft: Berlin Amtsgericht Charlottenburg HRB 77719 | USt-IdNr: DE163214194Received on 2009-05-27 14:28:52 CEST |
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.