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

Re: How to set up project directories--SVN book confusion

From: Les Mikesell <lesmikesell_at_gmail.com>
Date: Fri, 11 Apr 2008 13:21:11 -0500

John BORIS wrote:
>
> Thanks. I guess the reason for my own confusion (or block headedness)
> is that we program in a Windows Environment and have SVN on the LINUX
> environment. Now we also do UNIX programming as well but the Repository
> and the SVN server is on a LINUX Box.

That's not a problem, but you'll probably want to set up svnserver or
http access from the start.

> As your previous email stated about Trunks, branches and tags. That
> doesn't match our programming environment.

The trunk/branches/tags structure doesn't have much to do with
programming environments. They are conventions that relate to different
revisions in the repository. Normally when programming you would only
check out a working copy of one revision under one of these directories.

> Also I am not the
> programmer, I am the administrator that has to set things up.

All the administrator really has to do is create the repo. The rest,
including adding the trunk/branches/tags structural directories can be
done from any client. You just need to decide if you are going to make
separate repos for each project or one repo with a top level directory
for each project, then the trunk/brancehes/tags structure under that. If
you use svnserve, you'll have to mange the authentication/access control
for each repo separately. Depending on how much they have in common,
that can be a good or bad thing. If you use http you can make a top
level directory where you can create multiple repos without much
additional setup.

> We are a small IT shop. Myself and a programmer, but we manage a large
> system(s) in Windows, COBOL,SCO UNIX and LINUX so you can see (or maybe
> not) my problem.

That shouldn't be a problem.

-- 
   Les Mikesell
    lesmikesell_at_gmail.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-04-11 20:22:38 CEST

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.