[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.technology.subversive] Re: SVN externals
|
Hello sNop,
I just checked and it works.
Could you please describe you project structure and how you set externals
and I'll try it then?
Example:
Projects/
src/
com/ svn:externals: ../../resources external-resources
A.java
resources/
image.png
Also if you set up externals incorrectly, you can check errors/warnings
during checkout/update with svn command line or TortoiseSVN.
> Hi All,
>
> I have created svn externals on my project and in future i will use this
> externals in many
> projects more than 30.
>
> I want to ask you if i setted up this right, because i have big red
> exclamation mark on
> the svn:externals directory
>
> Here is the picture:
> http://img168.imageshack.us/img168/8057/svnexternals1.png
>
> I have setted up svn:externals through TortoiseSVN and the param for
> svvn:externals
> property looks like this:
> ../../snShop/trunk/assets/snShop assets/snShop
>
>
> Is externals setted up corretly ?
>
>
> Thank you very much for any advices and suggestions