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