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

Re: File externals regression in 1.7

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Tue, 08 Nov 2011 15:01:19 +0000

Krigsman Kristian <Kristian.Krigsman_at_kapsch.net> writes:

> I'm sorry to hear that this wasn't intentionally supported in 1.6
> since we built a structure around this feature. I also read into your
> answer that I shouldn't expect this to be fixed in any later release.
> We used it in a way so we could have a common code base for different
> platforms and then we could inject the platform dependant files
> into the correct place depending on what platform the user was
> currently working on.
> I guess we have to reconfigure our repository structure and
> create duplicate copies of the code base with the correct platform
> dependant files in each copy.

If everyting is in the same repository you may be able to workaround the
problem with a two-stage checkout/switch:

- Remove the file external.

- Add a dummy file at the location of the file external in the directory
  external.

- After checkout switch the dummy file to the URL of the file external.

-- 
uberSVN: Apache Subversion Made Easy
http://www.uberSVN.com
Received on 2011-11-08 16:01:56 CET

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.