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

Re: best way to add /trunk /tag /branch to existing repository

From: Ryan Schmidt <subversion-2009b_at_ryandesign.com>
Date: Tue, 8 Sep 2009 21:07:05 -0500

On Sep 8, 2009, at 18:23, Pat Farrell wrote:

> I'm sure that there is an easy way to do this, but I can't find it in
> the RedBean...
>
> I have a project under SVN that does not have the usual three paths
> for
> /trunk and /branch and /tag
>
> When I started it, it was just me, so there was no need for tags or
> branches.
>
> The project is getting bigger, and I'd like to put the usual three in.

> Can someone give me the commands or a pointer into the right section
> of
> the RedBean or other sources.

There's no special section of the book for this because all you'll do
is make directories and move files into them, just as if you were
using any other file system. Check out your project, "svn mkdir" the
trunk, branches and tags directories, then "svn mv" everything that
isn't the trunk, branches or tags directory into the trunk directory,
then "svn commit". Done.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2392725

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-09-09 04:08:24 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.