You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@subversion.apache.org by "Nathan Hartman (Jira)" <ji...@apache.org> on 2019/11/26 00:48:00 UTC

[jira] [Closed] (SVN-1254) Poor error messages

     [ https://issues.apache.org/jira/browse/SVN-1254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nathan Hartman closed SVN-1254.
-------------------------------
    Resolution: Invalid

As Karl Fogel commented previously, this is a "grab bag" issue and as
such is not specific enough to be actionable or measurable.

Also, this issue is very old (last comment from 2004) and many of the
errors mentioned here are obsolete. For example some were due to Neon.
Subversion has long since switched from Neon to Serf.

If there are unclear error messages, please open a separate issue for
each distinct case.

> Poor error messages
> -------------------
>
>                 Key: SVN-1254
>                 URL: https://issues.apache.org/jira/browse/SVN-1254
>             Project: Subversion
>          Issue Type: Bug
>          Components: unknown
>    Affects Versions: all
>         Environment: Linux
>            Reporter: Blair Zajac
>            Priority: Major
>             Fix For: unscheduled
>
>
> {noformat:nopanel=true}
> This is all with Svn 0.21.0.  Try this against a DAV repository.
> svn co -N http://somerepos.com/repos test
> cd test
> svn mkdir proj proj/branches proj/tags proj/trunk
> svn ci -m ''
> cd ..
> rm -fr test
> svn co -N http://somerepos.com/repos test
> cd test
> svn mkdir proj proj/branches proj/tags proj/trunk
> svn ci -m ''
> Get this message which doesn't indicate what's going on:
> Adding         proj
> subversion/libsvn_client/commit.c:628: (apr_err=175002)
> svn: RA layer request failed
> svn: Commit failed (details follow):
> subversion/libsvn_ra_dav/util.c:81: (apr_err=175002)
> svn: MKCOL of /repos/test/!svn/wrk/xxxxxxxxxxxx/proj: 405 Method Not 
> Allowed
> Using a ra_local, you get this message, which is entirely understandable:
> svnadmin create repos
> svn co file://`pwd`/repos r1
> cd r1
> svn mkdir proj proj/branches proj/tags proj/trunk
> svn ci -m ''
> cd ..
> svn co file://`pwd`/repos r2
> rm -fr r2
> svn co -N file://`pwd`/repos r2
> cd r2
> svn mkdir proj proj/branches proj/tags proj/trunk
> svn ci -m ''
> Adding         proj
> subversion/libsvn_client/commit.c:628: (apr_err=160020)
> svn: Item already exists in filesystem
> svn: Commit failed (details follow):
> subversion/libsvn_fs/tree.c:204: (apr_err=160020)
> svn: file already exists: filesystem 
> `/export/home1/blair/tmp/z/repos/db', transaction `2', path `proj'
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)