Reverting single file in SVN to a particular revision
Posted
by Gökhan Sever
on Stack Overflow
See other posts from Stack Overflow
or by Gökhan Sever
Published on 2010-05-11T17:20:03Z
Indexed on
2010/05/11
17:24 UTC
Read the original article
Hit count: 290
Hello,
I have a file as shown below in an SVN repo that I would like to revert to a previous version. What is the way to do this in SVN? I want only downgrade this particular file to an older version, not the whole repo.
Thanks.
$ svn log myfile.py
----------------------
r179 | xx | 2010-05-10
Change 3
----------------------
r175 | xx | 2010-05-08
Change 2
----------------------
r174 | xx | 2010-05-04
Initial
© Stack Overflow or respective owner