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

Tagging with Externals via scripts

From: Jonathan Herriott <herriojr_at_gmail.com>
Date: 2007-09-14 21:36:41 CEST

Hi all,

I've been having some issues with subversion which I was hoping you
guys could rectify.

First of all, my project is set up with about 5 external projects, and
I'm looking to tag my project along with my externals via a script.
The method I go about it is:

svn pg svn:externals $MY_PROJECT

and then I used the returned externals to tag them vi svn cp.

I then tag my main project via svn cp, and I run into a problem while
setting the externals to the new externals.

I have tried using svn ps svn:externals --revprop -r HEAD
$NEW_EXTERNALS $MY_PROJECTS_TAG.

When I do a checkout of the project via svn co $MY_PROJECTS_TAG, the
externals are still set to the original externals instead of the
tagged externals.

Any idea on why this is?

Thanks,
Jonathan Herriott

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Sep 16 18:45:06 2007

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.