[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.subversive] Re: SVN externals

Hello sNop,

It seems I know the problem and we already know about it, for more details 
please see: https://bugs.eclipse.org/bugs/show_bug.cgi?id=270022, especially 
comment 6.
The problem here is not because you use ../../ in external definition, 
Subversive incorrectly handles externals if in local part you have already 
existing versioned folder.
Example:
Project/
    src/        svn:externals:            ../../snShop/trunk/assets/snShop 
com/snShop
        com/
Here you defined 'com/snShop' as local part and the folder 'com' is already 
under version control.
It's quite complicated for resolving this problem and so we didn't yet fix 
it.

If it's possible I can propose you the following workaround:
Define svn:externals not on 'trunk' folder but on 'assets' and change 
externals definition, so it will look like this:
../../../snShop/trunk/assets/snShop snShop

> Martin Jedlièka napsal(a):
>> Hi, I have same problem.
>>
>> I resolved to switch SVN Connector - SVNKit on version 1.1.7.
>> But I would like If it work version 1.2.2.
>>
>> Any idea?
>>
>> M.
>>
>
> Hi Martin,
>
> i'm waiting for Igor response, my SVN Connector is JavaHL 
> 2.2.1I20090708-1500
>
> i don't know if this behavior is ok, or if there are some potencional 
> issues :(