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: 138
svn
|tortoisesvn
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