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

Re: Creating a project

From: Karl Heinz Marbaise <khmarbaise_at_gmx.de>
Date: 2006-02-28 11:49:06 CET

Hi there,

> I've created a repository and now want to add a project, two questions:
> 1) Do I have to manually create the trunk,tags and branches folders and
> put them in a folder in the repository or are those folders
> automatically created if I use the 'svn import' command.
They are not created automaticly.

I create the structure with trunk/branches/tags in a local directory

e.g.

testsvn
   + branches
   + trunk
   + tags

for a new project going inside this (testsvn) and just do an
svn import . Repos -m"- Repos structure created"

This will create the three directories in one step.

> 2)Is there a command to view a list of all the projects in a repository ?
as mentioned before:
svn list ...

Kind regards
Karl Heinz Marbaise

-- 
Software Entwicklungs- und Beratungs Service  http://www.soebes.de
Dipl.Ing.(FH) Karl Heinz Marbaise            email: info@soebes.de
Tel.: +49 (0) 241 / 16 91 210                 ICQ#: 135949029
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Feb 28 12:01:51 2006

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.