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