Janne Heikkinen wrote:
>
> I have repo2 that was created from another repo with the following
> commands:
>
> svnadmin dump -r 1:5 repo > repo-dump
> svnadmin load repo2 < repo-dump
Since repo2 is effectively different from repo you should have done
svnadmin load repo2 --ignore-uuid < repo-dump
By giving repo2 has a new UUID, this prevents various problems, such as
those caused by relocating working copies from repo to repo2 (which
should *not* be done), and the problem you describe..
> Now when I commit with TortoiseSVN 1.5.3 into repo2 TortoiseSVN
> shows old log messages. What I mean is this:
>
> There was revisions 6 - 8 committed by user1 earlier and those
> commits were deleted with above svnadmin commands. With TortoiseSVN
> 1.5.3 I commit as user2 and log messages that TortoiseSVN shows
> are the ones related to user1's commits. When I try using command
> line "svn log" on another machine I see log messages related to
> commits made by user2.
>
> Any ideas about what could cause this?
yep
http://tortoisesvn.net/node/333
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-10-22 12:54:33 CEST