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

Re: Renamed folder

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-01-03 14:42:18 CET

On 1/3/07, Dmitry Shechtman <damnian@gmail.com> wrote:
> >
> http://svnbook.red-bean.com/nightly/en/svn.branchmerge.commonuses.html#svn.b
> ranchmerge.commonuses.resurrect
>
> Well, here's the catch. Quoting SourceForge (might be outdated):
>
> > Interactive shell access to the SVN servers is not provided.

You don't need a shell on the SVN server, you can do it (by design)
from your desktop. Assuming you have a working copy of the project on
your desktop, do the following within it (this is easiest in the
command-line tools, IMO):

svn merge -r 43:42 <URL> .

Then commit to the repository.

Or, from an Explorer opened to the working copy (probably the parent
directory of the one that was deleted),
Right-Click...TortoiseSVN->Merge, make sure the URL matches the
directory you're in, set 43 as your "From" revision and 42 as your
"To" revision, with the "Use From: URL" checkbox checked.

Do a dry run to be sure you'll get what you want, then hit Merge. Then
commit to the repository.

I may have the TSVN steps a little wrong - like I said, I find this
operation easiest from the command-line and don't recall if I've ever
done it via TSVN.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Wed Jan 3 14:42:28 2007

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.