I want to determine lines of code (LOC) in a subversion repository. Specifically, I want to determine how many lines of code my team supports in production (which is synonymous with our trunk). I've heard mostly good things about Atlassian's FishEye tool so I downloaded a version and started crawling the repository to capture data. As you can see here, the LOC metric is not available and there is an error message which states, "This plugin does not have access to all the repository data for ESM/. Some data is not available: The repository may be indexing, may not support LOC or has "Store Diff Info" turned off."
I've confirmed the Store Diff Info option is selected for the repository based on the information provided here. Is there a way to determine if our repository supports LOC or what might specifically be the problem?
Thank in advance, Brandon