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