Re: Transaction author without requiring password

2011-10-05 Thread Matt Joiner
Yes I did, and this is my deduction also. The user names won't make it to the pre-commit unless they're required to authenticate by svnserve first. On Wed, Oct 5, 2011 at 10:31 PM, Dominik Psenner wrote: >>I tried this, but an author is not passed unless auth-access is in use >>AFAICT. So $USER i

Re: Transaction author without requiring password

2011-10-05 Thread Matt Joiner
I tried this, but an author is not passed unless auth-access is in use AFAICT. So $USER in your example is always empty. On Wed, Oct 5, 2011 at 7:16 PM, Dominik Psenner wrote: >>I'm trying to force commits to have an attached author, but I don't >>care for requiring passwords. In other words, com

Transaction author without requiring password

2011-10-04 Thread Matt Joiner
Hi Users, I'm trying to force commits to have an attached author, but I don't care for requiring passwords. In other words, commits should contain an author field but there's no enforcing that the committer is who they claim to be. I've tried filtering for an author in the pre-commit hook, but th