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

Re: Locked or missing files in repo stop checkout

From: Sean Hussey <seanhussey_at_gmail.com>
Date: 2006-04-12 17:44:33 CEST

Worked like a charm. I figured it was that easy. Thank you!

Sean

On 4/12/06, Ryan Schmidt <subversion-2006Q1@ryandesign.com> wrote:
>
> On Apr 12, 2006, at 03:56, Sean Hussey wrote:
>
> > Recently, I was trying to check out our entire repo (1.3.0) so I could
> > rename one of the projects in the root directory. [snip]
>
> > I suspect there's another answer to how I rename a project directory
> > in a repo, [snip]
>
> Yeah, there's no need to check out the entire repo. Just rename it
> remotely.
>
> Unix command line example:
>
> If $R is your repository...
>
> export R=http://svn.example.org
>
> ...then you can rename like this:
>
> svn mv $R/old-project-name $R/new-project-name \
> -m "Renaming old-project-name to new-project-name"
>
> Then everyone with a working copy of that project will need to do a
> switch:
>
> svn switch $R/new-project-name
>
> On Windows, TortoiseSVN can likely do these tasks for you as well.
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Apr 12 17:49:33 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.