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

Re: Permanent tags / Virtual subprojects

From: Lorenz <lorenznl_at_yahoo.com>
Date: 2006-05-11 08:48:49 CEST

John Doisneau wrote:
>[...]
>But I have a corollary question: once I have checked out a product,
>how can I tag my product somewhere? Is that even possible?
>
>What happens when I perform a svn copy of a directory containing
>project pieces from all over the place? I will try it out here, but in
>the meantime I was just wondering if this was the way to go.

besides using svncopy.pl, as proposed by Dale Worley, you can do the
same manually.

Check out a working copy of your project (top level directory is
enough) and edit the svn:externals property to include the revision
reference as necessary.

For example
        foo/bar -r 1234 http://example.com/repos/zag

Then svn copy <wc path> <tag url> and your done.

Lorenz

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu May 11 08:49:55 2006

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.