How can I get all the versions of a given file?

Posted by Martin on Stack Overflow See other posts from Stack Overflow or by Martin
Published on 2010-05-15T14:26:40Z Indexed on 2010/05/15 14:34 UTC
Read the original article Hit count: 112

Filed under:
|

I would like to obtain all the versions of a given file in my SVN repository. For instance, let's say that the file ThirdPartyAssembly.dll was checked 3 times, is there a command that will get me all the version on my HD (e.g. ThirdPartyAssembly.dll.v1, ThirdPartyAssembly.dll.v2, ThirdPartyAssembly.dll.v3, etc.)?

Thanks!

© Stack Overflow or respective owner

Related posts about svn

Related posts about tortoisesvn