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

Re: svn: Checksum mismatch

From: Jens Seidel <jensseidel_at_users.sourceforge.net>
Date: 2006-09-04 21:37:01 CEST

On Mon, Sep 04, 2006 at 07:06:28PM +0200, Ryan Schmidt wrote:
> On Sep 4, 2006, at 17:53, Jens Seidel wrote:
>
> >$ svn merge svn+ssh://repo@trunk_rev1 svn+ssh://repo@trunk_rev2
>
> I would have said:
>
> $ svn merge -r trunk_rev_1:trunk_rev_2 svn+ssh://repo/trunk

Nope, that's not possible because both paths differ:
Exactly:

$ cd branch_wc
$ svn merge
    svn+ssh://jens@host/svn-repository/project/trunk/project_at_563
    svn+ssh://jens@host/svn-repository/project/trunk/src_at_688

svn+ssh://jens@host/svn-repository/project/trunk/project was renamed into
src in revision 588.

PS: My statement that the affected replaced file was not added to svn
in the specified range was wrong, it was added in r589.

I will try again to reproduce it using this information ...

Jens

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Sep 4 22:19:50 2006

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.