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

Re: Renaming SVN Projects

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2006-09-21 21:35:17 CEST

On 9/21/06, Mike_McAngus@wendys.com <Mike_McAngus@wendys.com> wrote:
>
> We have a single SVN repository with multiple projects.
>
> I would like to deprecate one of the projects by appending "-Deprecated" to
> the project name.
>
> Is there an SVN command for renaming a project within a repository, or is
> this something that I should do within the server's file system?

As you've set them up, a "project" is just a directory, so a simple
svn rename <URL> <newURL> (to do a server-side rename, which won't
require a checkout) should work.

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