pre-revprop-change stdin wrong?
From: <kmradke_at_rockwellcollins.com>
Date: Wed, 11 Feb 2009 18:15:09 -0600
Using svn 1.5.1 FSFS and the http protocol, I created a pre-revprop-change
#!/bin/sh
echo "This stdin is from pre-revprop-change:" >&2
I then try to edit a revprop:
svn propedit "svn:log" --revprop -r 282 http://server/kmr_test
Edit the log message to say "new message" in my favorite editor and get:
subversion/libsvn_ra_neon/fetch.c:1175: (apr_err=175002)
I see a few things wrong here:
1) That is an ugly error message
In the issue tracker I see a number of issues with the revprops scripts
Am I missing something obvious? Yet another revprop hook script bug?
Kevin R.
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.