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

Re: Repo structure

From: Robert Bielik <robert.bielik_at_xponaut.se>
Date: Mon, 25 Feb 2008 08:39:14 +0100

Robert Bielik skrev:
> Ryan Schmidt skrev:
>>>
>>> More importantly, if it isn't possible, how can I achieve it in
>>> another way?
>>
>> Ah, you didn't initially say that "ext" was fetched via the
>> svn:externals property. If that's the case, then you can't have a real
>> directory "ext" in the working copy -- it would collide with the one
>> the external tries to fetch.
>>
>> You could try setting "svn:externals" of repo/project/trunk to have
>> two items:
>>
>> ext url://to/ext
>> ext/something url://to/something
>>
>> Don't know if that works.
>>
>
> Hmm... intuitively it looks as though it might work, thanks, I'll try
> that out!

Thank you Ryan! That worked perfectly, I now get exactly the structure I want. The developers
can now just checkout a project with all libs needed, generate makefiles with CMake and build the
project without a prob! :)

/R

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-25 08:39:41 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.