2

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

2 Answers2

2

Here is the answer

altern
  • 493
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