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

Re: vendor branch "request"

From: Féliciano Matias <feliciano.matias_at_free.fr>
Date: 2002-07-23 13:18:27 CEST

Le lun 22/07/2002 à 01:45, Garrett Rooney a écrit :
> so i've been playing around with recreating cvs's 'vendor branch'
> functionality in svn this weekend, and i've got a few questions.
>
> [...]
>

Excuse my poor english.

Suppose the vendor use Subversion.

In this case, i would like something like this :

my> initial import of vendor Release 0.1 in /vendor/trunk

# vendor reache Release 0.2

vendor> svnadmin dump repos 1000 2000 > Release_0.2.dump
        # dump Realese 0.1 to Release 0.2

# I do some hacking in Realese_0.2.dump to remove the initial
version (which is Release 0.1). So Realese_0.2.dump has only delta-tree.

my> svnadmin load -a -s /trunk -d /vendor/trunk repos < Release_0.2.dump
# -a append to existing repository (to deal correctly with
# "Revision-number:" in the dump file.
# -s source directory
# -d destination directory
# => /trunk is substituted with /vendor/trunk

You can think i'm crazy...

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jul 23 13:20:20 2002

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.