Is there any way to count downloads thru SVN checkout with Google's hosting?
Asked
Active
Viewed 143 times
2
-
NO there is not. This question is already discussed here: http://stackoverflow.com/questions/2100249/any-way-to-know-how-many-checkouts-of-my-code-have-happened-from-code-google-com – Kaken Bok Jul 30 '11 at 16:40
1 Answers
1
I don't think there is any way to do it. In general, SVN does support commit hooks. Unfortunately, there's no hook for checkouts.

Gaurav Gupta
- 5,380
- 2
- 29
- 36
-
1And the issue report on Google project hosting: http://code.google.com/p/support/issues/detail?id=231 – Legolas Aug 03 '11 at 07:09