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

Tracking svn:externals?

From: Rony Shapiro <RonyS_at_discretix.com>
Date: 2006-02-16 10:19:25 CET

Hi,

I'm using svn:externals to link between application projects and the
libraries they use.

My repositories are in the classic trunk/branches/tags structure, and
there's a strict naming convention in place for tags and branches.

Currently, when I make a tag off the trunk, the externals property of
the tag still points to the same place as the trunk copy, as would be
expected.

What I would like is a way to automatically change the externals
property to track the branch/tag. For example, if proj1/trunk has an
svn:externals property with "lib1 svn://.../lib1/trunk", when I create a
tag proj1/tags/T1, I would like the svn:externals property of T1 to be
set to "lib1 svn://.../lib1/tags/T1".

Has anyone written a script or hook that does something like this? Any
suggestions?

        Thanks,

                Rony

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Feb 16 10:18:45 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.