eclipse - How to get deleted file from SVN Repository -


I deleted a file from my Eclipse work space but the file is in the SVN repository . Can someone help me get the deleted file from SVN without using the command line?

There is only one way to recover files with Eclipse + SVN

Go to the SVN Repositories View, find the folder located in your file, right click and select Show history. You will see a list of in this folder commute in the history view, please make sure it is switched to the remote rewines. A commitment from the list of Commits gets deleted which removed the file. The panel below has a list of files related to this commitment - you can find deleted files with a zero mark, double click to open this file in the editor ...


Comments

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -