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

Re: Change svn folders layout via tortoisesvn

From: Andy Levy <andy.levy_at_gmail.com>
Date: Wed, 20 Apr 2011 04:07:45 -0400

On Wed, Apr 20, 2011 at 03:53, (:Dedalus) <ulysse_at_email.it> wrote:
> On 20/04/2011 09:46, Andy Levy wrote:
>> In what way does it "fail"?
> For example: I create a new folder
>
> project1
>        -- trunk // called [A]
>
> and I move in files in
>
> trunk
>        -- project1 // called [B]
>
> I have this situation: before move, "show log" in [B]
> show all history (rev 1, ..., rev n).
> After move "show log" in [A] I see only rev1,revn.

Uncheck "Stop on copy/move" in the Log dialog.

> If I move on root of [A] (project1) I see all history, but when I select
> a revision prior of revn on "show log" and hit "browse folder" I can't
> retrieve the old files.

Because it's looking for the new path in the old revision, but that
path didn't exist then. You need to specify a peg revision (URL_at_REV
instead of just URL) so that Subversion knows what revision's tree to
start from.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2721693

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-04-20 10:08:32 CEST

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.