In default configuration, changing svn log is not supported for svn server.
It need administrator of svn to change the configuration of svn server. Do
something like followed.
cd myapp/hooks
cp pre-revprop-change.tmpl pre-revprop-change
chmod a+x pre-revprop-change
2010/7/21 shuxin yang <shuxinyang2...@gmail.com>
> It seems propset command serves that purpose, but it needs
> some changes at server side:
>
> svn propset --revprop -r 52 svn:log "I am a big looser"
> svn+ssh://sy...@mymachine..../...
>
> and have this complaint:
> svn: Repository has not been enabled to accept revision propchanges;
> ask the administrator to create a pre-revprop-change hook
>
> propset is handy in changing file property. e.g.
>
> svn propset svn:executable on my.pl
> svn commit -m "flag my.pl executable"
>
> Shuxin
>
> > In git there's a feature to add a signed off by tag.. I don't know if
> > SVN has something similar, but could make it easier to add annotations
> > about who has reviewed the code.
> >
>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Sprint
> What will you do first with EVO, the first 4G phone?
> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
> _______________________________________________
> Open64-devel mailing list
> Open64-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/open64-devel
>
--
Best Regards.
Shen Ruifen
tel: 010-51266989-226
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Open64-devel mailing list
Open64-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open64-devel