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

Relative Revision on Relative Path External

From: Stefan Scherer <stefan_at_ingenius.com>
Date: Mon, 10 Dec 2012 16:09:47 -0500

 Hi,

I am wondering if it is possible to have a relative path external
have a revision that stays with the revision of the folder that has the
external property.

The idea is that I have a structure as follows:

 trunk/common/module1
trunk/common/module2

trunk/plugin/p1/EXTERNALS/<module1>
trunk/plugin/p1/EXTERNALS/<module2>

trunk/plugin/p2/EXTERNALS/<module1>
trunk/plugin/p2/EXTERNALS/<module2>

trunk/product/EXTERNALS/<p1>
trunk/product/EXTERNALS/<p2>

I would like to be able to peg <p2> in product to a particular revision and
have <module1> and <module2>
be of that same revision without having to maintain the peg
at trunk/plugin/p1/EXTERNALS which would have to
be constantly moving.

http://stackoverflow.com/questions/13297244/svn-externals-and-revision-association
http://www.svnforum.org/threads/41345-revision-inheritage-in-svn-externals

How about a new feature to allow

../../common/module1_at_R <../../common/module1_at_relative>ELATIVE module1

or similar in the external definition.

Thanks,
Stefan
Received on 2012-12-10 23:16:43 CET

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.