On 28-Aug-07, at 3:51 PM, JT Moree wrote:
I found the svn web interface:# generate id my $conn = $args{connection}; my $ip = $conn->local_port || "0"; my $start = time; my $id = "$start.$$.$ip"; Some people have suggested adding the remote IP address. I'm curious why use local port instead of remote port? would both be better?
Err, actually I had a brain fart. It should be remote_port. Matt.