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

Re: soft links

From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-01-24 14:03:18 CET

On Jan 24, 2006, at 08:31, Duke Tantiprasut wrote:

> Is there a way to do "soft links" rather than copies (branches) so
> that
> changes can flow through?
>
> I'm looking to do logical groupings of selected files and
> directories, and
> allow updates from the orginal files/dirs to flow through to the
> new target.

You can commit symlinks, which will work on Unix-like systems (Linux,
Mac OS X, *BSD, etc.) but will show up as an unhelpful text file when
checked out on a Windows machine (because Windows itself does not
offer a facility comparable to symlinks).

> I tried using svn:externals but it's kind of kludgy (disconnected
> copies)
> and doesnt seem to parse the references specified as svn://... Is
> it limited
> to only http:// references?

AFAIK externals should work with any supported Subversion protocol.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jan 24 14:08:06 2006

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.