[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Patterns for components based projects

From: Steven Woody <narkewoody_at_gmail.com>
Date: Wed, 14 Jan 2009 11:56:51 +0800

On Wed, Jan 14, 2009 at 1:26 AM, David Weintraub <qazwart_at_gmail.com> wrote:
> You may want to study the Subversion book at http://svnbook.com and
> look at the chapter on file properties -- specifically the
> svn:externals property.
>
> What you want to do is put your third party components into their own
> directory structure. We have our repository setup like this:
>
> http://subversion/dev/modules/...
> http://subversion/dev/externals/...
> http://subversion/dev/tools/...
>
> The "modules" directory is for our software, and the "externals"
> directory is for the third party tools we may use.
>
> When you want to include a third party tool on a particular project,
> you add on the svn:externals property on that directory. The value of
> that property is the URL of the directory in your externals area. For
> example, the property might look like this::
>
> http://subversion/dev/externals/rougewave/math/tags/3.2
>
> This would be the directory for the RougeWave Math libraries (version 3.2).
>

Thanks a lot!

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1023462

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-01-14 04:57:53 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.