Re: Messages from hooks
From: Juanma Barranquero <jmbarranquero_at_wke.es>
Date: 2004-02-19 16:06:28 CET
On Thu, 19 Feb 2004 15:34:40 +0100
> I think it would be good idea if the hook could somehow give an
In svn:// and file:// cases (svnserve and local access), you already get
D:\> svn propset --revprop svn:log -r 3 "Test message." file:///D:/my/repo/test
D:\> svn propset --revprop svn:log -r 3 "Test message." svn://localhost/
but not so in the http:// case:
D:\> svn propset --revprop svn:log -r 3 "Test message." http://localhost/test
Allowing that would need to develop a protocol to send that info back to
Juanma
---------------------------------------------------------------------
|
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.