How to create a new project/module in IntelliJ from CVS? -
in eclipse, new project may created cvs project in way:
file > new > project..., select wizard cvs > projects cvs.
it possible select tag/branch new project.
how can same in intellij idea?
i'm not sure if there quicker way it, (2 ways), either:
create project root in svn via other method (e.g. tool similar tortoisesvn), , check out in intellij via
vcs
->checkout version control
create new intellij project (use proper format, e.g. maven module), , check in via
vcs
->import version control
now have asked question, realize 'clunky' 2-step process in otherwise usable ide.
and can screw checking out or importing out / wrong point (ever ended c:\myproject\trunk\trunk
?)
there's every chance missed something, otherwise think create new project in vcs wizard fine feature request jetbrains people.!
so asking question, upvoted.
Comments
Post a Comment