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

Minor nit in error output

From: Hyrum K. Wright <hyrum_wright_at_mail.utexas.edu>
Date: Mon, 03 Nov 2008 21:18:20 -0600

I realize that people are working on other things right now, but for posterity,
I submit the following.

In working with one of my local repositories, I noticed:

dhcp-198-227:requirements-engineering Hyrum$ svnd pe svn:log --revprop -r1627
subversion/libsvn_ra_neon/fetch.c:1166: (apr_err=175002)
svn: DAV request failed; it's possible that the repository's pre-revprop-change
hook either failed or is non-existent
subversion/libsvn_ra_neon/props.c:1152: (apr_err=175008)
svn: At least one property change failed; repository is unchanged
subversion/libsvn_ra_neon/util.c:206: (apr_err=175002)
svn: Error setting property 'log':
Repository has not been enabled to accept revision propchanges;
ask the administrator to create a pre-revprop-change hook

The error says that it couldn't set property 'log', but that's not the property
I was trying to set; I was trying to set 'svn:log'. Is the error message in error?

-Hyrum

Received on 2008-11-04 04:18:38 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.