SVN checkout previous revision
I'm at revision #690 but I want to get the code from #687. When I right-click #687 in the repository I cant find a checkout command - should it not be there according to the svn standard?
How do I get the code from a specific revision into PHPStorm?
请先登录再写评论。
Hello Erik,
- you can select revision to be used for checkout in Checkout Options dialog
- it is shown during checkout process, after you have selected URL to be checked out and local folder, if
- if you have "Settings | Version Control | Confirmation | Display options dialog when these commands are invoked | Checkout" set to true
Thanks. I fixed it by extracting the diff between the two versions, but now I know how to do this if it happens again.