tracking clone and pull
Mads Kiilerich
mads at kiilerich.com
Thu May 26 21:04:40 UTC 2011
Mahmoud Moursy wrote, On 05/26/2011 09:16 PM:
> HI,
>
> I am having mercurial installed and I am using hgweb.cgi on apache 2.2
> to browse the repositories and for authentication too.
> my question is : is there a way to track who cloned a specific
> repository and who pull from specific repo.
> since i have all the users in htpasswd file.
>
Mercurial doesn't do that, but you should be able to get that
information from your web server access log - or you can write some
Mercurial hooks that logs the information somewhere.
/Mads
More information about the Mercurial
mailing list