Re: Commiter's IP address in commit comment?
From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-12-21 14:06:56 CET
On Dec 21, 2007, at 06:27, Alan Barrett wrote:
> On Thu, 20 Dec 2007, John Peacock wrote:
You could also set any arbitrary new property of the revision if you
#!/bin/sh
REPOS="$1"
IPADDRESS="you'll have to figure it out"
svn propset ipaddress --revprop -r "${REV}" "${IPADDRESS}" "file://$
---------------------------------------------------------------------
|
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.