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@R <../../common/module1@relative>ELATIVE module1 or similar in the external definition. Thanks, Stefan