[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: Bryan Donlan <bdonlan_at_gmail.com>
Date: 2004-07-02 01:46:19 CEST

On Thu, 1 Jul 2004 16:26:35 -0700 (PDT), Jeff Fisher
<jfisherhr@yahoo.com> 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?
>
> thanks.

Subversion dosen't have a concept of 'projects', just directories. If
I understand your question correctly, you could usea layout like:
/
  /trunk
    /projecta
    /projectb

Then you can check out all of trunk to get all of the projects in one
working dir. Tags and branches could either work with all of trunk, or
projects under it, depending on your specific needs.

-- 
bd
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 2 01:48:06 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.