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

Re: Question checkout

From: Ryan Schmidt <subversion-2006c_at_ryandesign.com>
Date: 2006-07-10 16:54:25 CEST

On Jul 10, 2006, at 16:28, Marc Schipperheyn wrote:

> Ok, so whenever I import a new project into Subversion, I should
> create a
> "trunk"-tag first and import the project into that?

A trunk directory, yes. And a branches directory and a tags
directory. I find it helpful to create these locally and import the
whole thing at once:

# make empty structure
mkdir newproject newproject/trunk newproject/branches newproject/tags

# now move the entire existing code into newproject/trunk
...

# import it
svn import newproject $REPO/newproject

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 10 16:56:10 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.