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

Igor Burilo napsal(a):
> 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
> 

Hi Igor,

thank you for your interest.

svn external is independent project in Subversion repo
It's e-shop(module) for MODx CMS which i have programmed. For every new project/e-shop
which i will create, i will create svn externals to e-shop module, so when i will do
changes in e-shop module, every project/e-shop will have actual version of this e-shop module

My project structure is:
http://img55.yfrog.com/i/svnexternals2.png/

A) is project, where i have created svn:externals. I have created svn:externals on the
trunk folder of this project, with content:
../../snShop/trunk/assets/snShop assets/snShop

Here are SVN Propesties for http://localhost/svn/irisparfum.eu/trunk  folder:
http://yfrog.com/1jsvnexternals3p

B) is project, which is svn:externals, it's e-shop module for MODx CMS


I don't have any errors when I do update through Subversive or TortoiseSVN, everything
looks that works ok, only the big red exclamation mark on the svn:externals folder doesn't
look good.