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

Corrupted order of svn:externals resolution

From: <Ralf.Bauer-Malz_at_etas.de>
Date: 2004-04-07 15:23:18 CEST

Hello,

I encountered the following problem with svn:externals.
The resolution of the externals list is not in the order I derfined it.
This causes problems, as Iīd like to merge a standard folder with specific
sub-folders of another tree.

Example:

StandardComp -+-- sub1
                                 |
                                 +-- sub2

SpecificComp -+-- sub1
                                 | |
                                 | +-- subsub1
                                 +-- sub2

StandardProject : svn:externals
      sub1 http://.../StandardComp/sub1
      sub2 http://.../StandardComp/sub2

SpecificProject : svn:externals
      sub1 http://.../StandardComp/sub1
      sub2 http://.../StandardComp/sub2
      sub1/subsub1 http://.../SpecificComp/subsub1

Now, if the last externals declaration is resolved first I run into
problems as I got a sub1 folder which isnīt under version control.

Any suggestions?

Kind regards

   Ralf Bauer-Malz

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Apr 7 15:23:29 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.