> -----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/
Ok. This is a test script.
I test it for a TortoiseSVN repos.
I attached the test script.
* svn co : OK
* svn log with peg revision : OK
* svn merge with peg revision : Fail. Path not found.
The error message is
>>>
subversion/libsvn_ra_neon/util.c:1279: (apr_err=175007)
svn: REPORT request failed on
'/svn/tortoisesvn/!svn/bc/10461/branches/RevisionGraphRewrite/src/TortoisePr
oc'
subversion/libsvn_ra_neon/util.c:543: (apr_err=175007)
svn:
'/svn/tortoisesvn/!svn/bc/10461/branches/RevisionGraphRewrite/src/TortoisePr
oc' path not found
<<<
Versions that I used.
* subversion-1.5.0dev-r26403
* apr-0.9.14
* apr-util-0.9.13
* neon-0.26.4
Thanks...
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
- application/octet-stream attachment: test.sh
Received on Fri Aug 31 04:54:46 2007