Enabling the pre-revprop-change hook is what allows you to then run
svn propedit --revprop -r1 svn:log URL_TO_YOUR_REPOSITORY
and
svn propedit --revprop -r2 svn:log URL_TO_YOUR_REPOSITORY
etc. (Or run the equivalent in your Subversion client, if you're not
using the 'svn' client.)
Just setting up the hook will not change anything, by itself.
-Karl
"Anto Marky" <markysvn_at_gmail.com> writes:
> Hi,
> I have been getting show log error when I try to see the log from tsvn and svn:
> Item is not readable when I tried it from CLI.I have created new repository and
> when I now try to get the logs from CLI I get the log like this
> ------------------------------------------------------------------------
> r2 | (no author) | (no date) | 1 line
>
>
> ------------------------------------------------------------------------
> r1 | (no author) | (no date) | 1 line
>
>
> ------------------------------------------------------------------------
> with no entry for the date and author, for which one of the user helped me
> figure out that I haven't activated my pre-revprop-change hook.Now I have
> copied pre-revprop-change.tmpl to pre-revprop-change and have assigned it
> execute permission.I have edited the script and added my repo path and the
> usernames.
>
> Still I the get the blank log only with the release number, Is just making the
> pre-revprop-change hook executable is activating or should I do anything else.
>
> Kindly help me sort this issue.
>
> Thanks
>
> Marky
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-10-14 20:16:58 CEST