Ulrich Eckhardt wrote:
>Stanislav Spiridonov wrote:
>
>
>>I have the following problem: the same source code must be shared
>>between two projects. One is standalone jar and an another is plugin for
>>eclipse.
>>
>>
>[...]
>
>
>>All content of those projects must be different except 'src' folder. Any
>>changes inside 'src' folder must influence on both projects. So if I add
>>new file into src folder (or it's subfolder)of Standalone project the
>>same class must appear in the Plugin project. If I update some file in
>>Plugin project (also inside src) this update must appear in Standalone
>>project too.
>>
>>
>
>This is exactly what svn:external does, read it up in the book.
>
svn:externals only applies to directories though doesn't it?
How can _files_ be shared?
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 23 16:49:34 2005