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

RE: [svn] bug reporting. A peg revision doesn't work in 'svn merge' for svn-1.5dev

From: tdkim <fly1004_at_gmail.com>
Date: 2007-08-31 05:23:59 CEST

> -----Original Message-----
> From: Mark Phippard [mailto:markphip@gmail.com]
> Sent: Thursday, August 30, 2007 11:04 PM
> To: TaeDong Kim
> Cc: users@subversion.tigris.org
> Subject: Re: [svn] bug reporting. A peg revision doesn't work in 'svn
> merge' for svn-1.5dev
>
> On 8/30/07, TaeDong Kim <fly1004@gmail.com> wrote:
> > I tested it for the trunk version of svn. (-r26387.)
> >
> > This is a error message. 'svn merge' dosen't use a peg but HEAD.
> > {{{
> > $ svn merge -r r1:r2 svn://myreposity/branches/path_at_555 .
> > subversion/libsvn_fs_fs/tree.c:633: (apr_err=160013)
> > svn: ... path is not found: revision *repo head revision*, path ...
> > }}}
> >
> > Buf in svn-1.4.4 a peg revision works correctly.
> >
> > Is this bug or my fault?
>
> Could you try producing a script that creates a repository, sets
> things up and then produces the failure?
>
> There are some open bugs in the issue tracker for merge, but I do not
> see this one.
>
> --
> Thanks
>
> Mark Phippard
> http://markphip.blogspot.com/

Sorry. Attachment is blocked.

This is test.sh.
>>>
#!/bin/sh

rm -fr Test

svn co --username guest --password guest
http://tortoisesvn.tigris.org/svn/tortoisesvn/trunk/src/TortoiseProc Test

cd Test

svn log --stop-on-copy --username guest --password guest http://tortoisesvn.
tigris.org/svn/tortoisesvn/branches/RevisionGraphRewrite/src/TortoiseProc@10
070

svn merge --username guest --password guest -r10006:10050
http://tortoisesvn.tigris.org/svn/tortoisesvn/branches/RevisionGraphRewrite/
src/TortoiseProc@10070 .

cd ..
<<<

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Aug 31 05:21:25 2007

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.