2

My project uses Google Code. Is there a way to find out how many checkouts there have been?

Paul Biggar
  • 590
  • 4
  • 9
  • 16
  • 1
    FYI, this question was asked on Stack Overflow with no answers either: http://stackoverflow.com/questions/2100249/any-way-to-know-how-many-checkouts-of-my-code-have-happened-from-code-google-com – Jared Harley Feb 05 '10 at 00:37

2 Answers2

2

Here is the answer

altern
  • 483
  • 2
  • 5
  • 12
  • I would have had to install that at the start, so its too late now. Also, I'm not clear that that I can use install hooks on Google Code? – Paul Biggar Feb 12 '10 at 10:32
0

I doubt it, unless you/Google had a script running to count this. A standard SVN server does not keep track of working copies or exports, and focuses purely on keeping the repository organised. I can't see how you could get this data unless it was recorded as it happened.

Edd
  • 246
  • 2
  • 10