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

Re: Is there a better way than using sym links....

From: Mark Phippard <markphip_at_gmail.com>
Date: Wed, 5 Mar 2008 15:19:20 -0500

Someone is bound to mention that you should post this to users@ list, not dev@.

To answer though, svn:externals is definitely designed to handle this
situation. It also contains a number of ways to control the version
you get. You can pin it to a revision, by including the -r N option
in the URL of the property, but the better way is to have the URL
point to a tag.

For example, I use this to pull the JavaHL source code into Subclipse.
 I recently had it "frozen" by pointing to the 1.5.0-alpha2 tag. But
now, I have modified it to point to the 1.5.x branch so that I can get
the latest version. I will eventually freeze it to the release tag,
and increment it with each release when I want changes.

--
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-03-05 21:19:33 CET

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

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