How to checkout a specific revision from Subversion?
I need to checkout a specific revision somewhere back in the trunk of my Subversion repository. It's neither a branch nor a tag, just a single revision number. How can this be done from inside IDEA?
请先登录再写评论。
Hello Martin,
Currently you can check out HEAD and then switch to the necessary revision
using Update. JIRA issue to add revision number selector to Checkout dialog
is welcome.
--
Dmitry Jemerov
Software Developer
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Here you go: http://www.jetbrains.net/jira/browse/IDEA-13852
Dmitry Jemerov wrote:
>> I need to checkout a specific revision somewhere back in the trunk of
>> my Subversion repository. It's neither a branch nor a tag, just a
>> single revision number. How can this be done from inside IDEA?
--
Martin Fuhrer
Fuhrer Engineering AG
http://www.fuhrer.com
As a workaround you can create a tag/branch from the revision you want to checkout and then checkout the tag or branch via IntelliJ.
Well, if I have to use another tool to create the tag or branch first, then I can as well use this other tool to checkout the specific revision in the first place... :) (By the way that's exactly what I did: SmartSVN has the possibility to checkout a specific revision.)
You can create tags and branches with IntelliJ.
Yep, you're right, sorry. (It wasn't an option in this case, but thanks anyway.)