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

Re: Best Practices question

From: Jeff Stuart <jstuart_at_computer-city.net>
Date: 2002-10-09 17:06:27 CEST

Hi Paul.

Like you, I have a number of unrelated projects. In this case, they are
web sites (IE different domains). What I did was create separate
repositories for each domain name. This way, if one repository gets
damaged, the rest are ok. :) Also there's a little bit of extra
separation in my mind because of it.

My gut says that each separate project should be a separate repository
BUT I'm by NO means a SVN guru yet! Like many here, I'm still learning
SVN. :) (As evidenced by some of my more stupid questions to the list.
LOL) However, if you search in the archives, you will find that I asked
a very similar question a couple of weeks ago and as the answers pointed
out, there's both pro's and con's for one repository vs several.

On Wed, 2002-10-09 at 10:39, pll@lanminds.com wrote:
> Hi all,
>
> I have a location I want to use for my SVNROOT. The file system is
> currently mounted as /spare. I also have several unrelated projects
> I'd like to keep under svn. What is the proper/best way to do this?
>
> Do I:
>
> $ mkdir /spare/svn
> $ svnadmin create /spare/svn/projA
> $ svnadmin create /spare/svn/projB
> $ svnadmin create /spare/svn/projC
>
> Or:
> $ svnadmin create /spare/svn
> $ svn mkdir file:///spare/svn/projA
> $ svn mkdir file:///spare/svn/projB
> $ svn mkdir file:///spare/svn/projC
>
> I don't fully understand the differences between the two, since I'm
> not a revision-control guru (I know rcs better than anything else,
> and have barely used CVS in the past, but never administered a
> repository of any kind).
>
> Could someone kindly explain to me what the implications of the above
> actions are, and maybe why I would choose one over the other? Is it
> possible you might want to do the first in some circumstances, but
> the second in others?
>
> Thanks,
>
>
>
> --
>
> Seeya,
> Paul
> --
> It may look like I'm just sitting here doing nothing,
> but I'm really actively waiting for all my problems to go away.
>
> If you're not having fun, you're not doing it right!
>
>
>
> --
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 9 17:07:04 2002

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.