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

RE: Change newly made repository path.

From: Reedick, Andrew <Andrew.Reedick_at_BellSouth.com>
Date: 2006-09-07 19:53:25 CEST

> -----Original Message-----
> From: Tony K. [mailto:tony.kruse@gmail.com]
> Sent: Thursday, September 07, 2006 1:29 PM
> To: users@subversion.tigris.org
> Subject: Change newly made repository path.
>
>
> I created a repository path but not in the correct location. It
> should have put in a subdirectory from where it is now.
>
> Can I just delete the existing repository directory and
> create a new one?
>
> There is no data in this repository, it was newly created.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

Subversion has directory versioning, which means you can use 'svn mv' to
move the directory to the correct location. Refer to 'svn help mv' for
details.

And yes, you can delete the dir and create a new one. But if you had
data in those dirs, you would want to use 'svn mv'.

*****

The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential, proprietary, and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all computers. GA623

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 7 19:59:03 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.