You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by TaeDong Kim <fl...@gmail.com> on 2007/08/30 05:26:01 UTC

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

Hi all..

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@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?

Thanks for svn....

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

Posted by tdkim <fl...@gmail.com>.
> -----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 <fl...@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@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...

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

Posted by tdkim <fl...@gmail.com>.
> -----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 <fl...@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@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

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

Posted by Mark Phippard <ma...@gmail.com>.
On 8/30/07, TaeDong Kim <fl...@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@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/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org