Re: Locked or missing files in repo stop checkout
From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-04-12 11:43:31 CEST
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
> I suspect there's another answer to how I rename a project directory
Yeah, there's no need to check out the entire repo. Just rename it
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 \
Then everyone with a working copy of that project will need to do a
svn switch $R/new-project-name
On Windows, TortoiseSVN can likely do these tasks for you as well.
---------------------------------------------------------------------
|
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.