How to get Overwrite working copy with Repo copy for one file?
Posted
by AKh
on Stack Overflow
See other posts from Stack Overflow
or by AKh
Published on 2010-05-25T18:47:59Z
Indexed on
2010/05/25
18:51 UTC
Read the original article
Hit count: 232
svn
Hi all,
I am trying to get a latest version of a particular file from the repo. SVN UPDATE doesnt overwrite my local working copy.
Actually I have the latest version from the Repository (eg revision 98). After Checkout I made some changes to the file and now I want to get rid of those local changes and get the copy from the repository (which is still at revision 98). How can i do this on Linux machine???
© Stack Overflow or respective owner