Re: Mechanism to list files in SVN repository greater than certain size

2010-04-15 Thread Ravi Roy
On Thu, Apr 15, 2010 at 9:43 PM, David Weintraub wrote: > Are you looking for current versions or all versions of all file file? Thanks David, I was in fact looking for to restrict / inform people who has put file greater than certain size in the repo. I think for future would be better to wri

Re: Mechanism to list files in SVN repository greater than certain size

2010-04-15 Thread David Weintraub
Are you looking for current versions or all versions of all file file? The only version control system I know of which could do the latter was was ClearCase and only if you used dynamic views since that allowed you to "see" all versions of all files. And, doing something like that took forever. S

Mechanism to list files in SVN repository greater than certain size

2010-04-15 Thread Ravi Roy
Hi Does somebody knows a mechnism as how to scan existing SVN repositories for files (say which are > 5 MB) ? and get details of the same. Thanks! -RR