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

Re: symbolic linking

From: Toby Johnson <toby_at_etjohnson.us>
Date: 2004-07-02 05:48:13 CEST

Jeff Fisher wrote:

>this might seem like a completely stupid question, but here goes...
>
>so basically i've decided i hate vss, and i'm trying to find out whether or not i want to use
>subversion as a replacement. after using it for a while though, i haven't been able to find a way
>to create links so i could have one working copy and have it exist in multiple projects in the
>repository database. does subversion handle this or am i being dumb?
>
>
I assume you're talking about something like shared files in VSS? The
closest thing in Subversion are "externals" (via the svn:externals
repository property). Those work on the directory level instead of the
file level. Basically you're telling one directory that it should always
pull in an "external" directory (which can be in the same repository or
a different one) during checkouts or exports.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 2 05:50:17 2004

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.