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

Re: Moving repository into correct layout

From: William Nagel <bill_at_stagelogic.com>
Date: 2005-09-02 21:49:56 CEST

On Sep 2, 2005, at 2:47 PM, Kevin Old wrote:

> Hello everyone,
>
> I created a repository under /svnreps/IVR and when I did my initial
> import, I failed to make the directory structure trunk/tags/branches
> and put my actual data (in a folder called IVR) under trunk.
>
> So, now I'd like to make a tag and don't have a tags folder for it.
>
> Any ideas how I'd be able to get my repository straightened out?

svn mkdir ROOT_URL/trunk
svn mkdir ROOT_URL/tags
svn mkdir ROOT_URL/branches
svn mv ROOT_URL/IVR ROOT_URL/trunk/IVR

That should do it.

-Bill

>
> Can I do this with an existing repository? If not, how do I get
> certain parts (the IVR directory) into the new repository?
>
> Any help is greatly appreciated!
> --
> Kevin Old
> kevinold@gmail.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 2 21:51:38 2005

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.