On Fri, Mar 2, 2012 at 11:51 AM, Philip Martin
<philip.martin_at_wandisco.com> wrote:
> Hyrum K Wright <hyrum.wright_at_wandisco.com> writes:
>
>> My interpretation is that for this particular test, the commit is
>> anchored at directory which is not itself part of a working copy,
>> hence the reason for the above failure.
>>
>> However, I can't reproduce this failure. Not on the same box as the
>> ubuntu buildslave, nor on a Mac OS box. This is somewhat troubling.
>
> On my Linux machine:
>
> rm -rf repo wc1 wc2
> svnadmin create repo
> svn mkdir -mm file://`pwd`/repo/{A,B}
> svn co file://`pwd`/repo wc1
> svn co file://`pwd`/repo wc2
> svn ps p v wc1/A
> svn ps p v wc2/B
> svn ci -mm wc1 wc2
> ../src/subversion/svn/commit-cmd.c:183: (apr_err=155007)
> ../src/subversion/libsvn_client/commit.c:874: (apr_err=155007)
> ../src/subversion/libsvn_client/commit.c:874: (apr_err=155007)
> svn: E155007: Commit failed (details follow):
> ../src/subversion/libsvn_client/commit.c:681: (apr_err=155007)
> ../src/subversion/libsvn_client/commit.c:681: (apr_err=155007)
> ../src/subversion/libsvn_wc/wc_db.c:1560: (apr_err=155007)
> ../src/subversion/libsvn_wc/wc_db_wcroot.c:543: (apr_err=155007)
> svn: E155007: '/home/pm/sw/subversion/obj' is not a working copy
>
> svn-1.7 ci -mm wc1 wc2
> Sending wc1/A
> Sending wc2/B
>
> Committed revision 2.
Yes, the bots give similar output, but my OS X and Ubuntu boxes both
seem to have no problems.
-Hyrum
--
uberSVN: Apache Subversion Made Easy
http://www.uberSVN.com/
Received on 2012-03-02 19:17:16 CET