[VCS with Subversion] Go back to a previous revision
I would like to revert my project to a previous version and make it the current revision.
For SVN or TortoiseSVN examples are here: http://stackoverflow.com/questions/814433/how-do-i-return-to-an-older-version-of-our-code-in-subversion
Is there a nice way to do this in PHPStorm?
请先登录再写评论。
I believe this can help: http://www.jetbrains.com/phpstorm/webhelp/reverting-to-a-previous-version.html
This feature is not yet supported:( Please vote for http://youtrack.jetbrains.com/issue/IDEA-104396
You can try 'revert changes' command in the Repository view (http://www.jetbrains.com/webstorm/webhelp/repository-and-incoming-tabs.html), but, of course, it's not the same as svn "merge backwards"
No, this is just for one file.
Thank you, voted.