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

Beginner questions: repository versus project, import command, and others

From: barophobia <barophobia_at_gmail.com>
Date: 2007-06-02 19:01:43 CEST

Hello,

I'm really confused by Subversion.

The Subversion documentation says:

$ svnadmin create /usr/local/svn/newrepos
$ svn import mytree file:///usr/local/svn/newrepos/some/project \
             -m "Initial import"

1. Why would someone put their repository under ./svn ? e.g. (as
above) /usr/local/svn/newrepos. Why not make the repository simply
/usr/local/svn?

2. Do I need to execute the 'svnadmin create' command each time I
start a new development project? OR do I just need to execute the 'svn
import' command and put that new project under my first repository?

3. Before I perform the import am I supposed to manually create the
project directory and the trunk, branches, and tags directories?

4. When I do the import do I import into /usr/local/svn/project/trunk?
OR just /usr/local/svn/project?

Thanks for your help everyone!
Chris.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jun 2 19:02:05 2007

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.