Is there a way to maintain a log of accesses to the repository other than commits? Basically anything that results in incrementing the revision number gets logged, but how do I log the event when a user downloads or checks out something from the repository?
Thanks...