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

Re: Creating Multiple projects in SVN

From: Ryan Schmidt <subversion-2008b_at_ryandesign.com>
Date: Wed, 2 Jul 2008 00:15:37 -0500

On Jul 2, 2008, at 00:03, Sathishkumar.P wrote:

> I would like to create multiple projects in SVN repository. Plz
> guide me how to do this...

Simply use "svn mkdir" to make directories in the repository. For
example you could create a directory at the top level for each
project, and inside that, directories "trunk", "branches" and "tags".
Subversion has no concept of a "project"; it's all just files and
directories.

Example: if you have a repository whose URL is $REPO and you want to
make a project called foo and you have Subversion 1.5.0 or later and
the Bash shell, then:

svn mkdir --parents $REPO/foo/{trunk,branches,tags} -m "Creating
project foo"

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-07-02 07:16:07 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.