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

Externals referencing a versioned folder in its path?

From: Robert Dailey <rcdailey_at_gmail.com>
Date: Tue, 22 Jul 2008 14:07:56 -0500

Hi,

Right now I have the boost C++ library in a versioned folder in my working
copy at this location (Windows):

C:\project\sdk\boost\boost

I want to add new components to the boost library through external links, so
I would expect to be able to create an external like this:

External location: C:\project\sdk\boost

http://path.to.boost.library.component/ boost\new_component

However, the above will not work because 'boost' in the external's path is
already versioned, and doing an update results in an error. Is there a way I
can do this? The reason why I'm not putting the external in
C:\project\sdk\boost\boost is because the external in question has files in
it, and since I can't create externals to files, I have to create the
external 1 level up (since the external I'm adding essentially adds files to
the C:\project\sdk\boost\boost folder itself).

Help is appreciated.
Received on 2008-07-22 21:08:23 CEST

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.