How does Rubymine decide what VC system to use?

For some reason Rubymine has decided that my project is using GIT for version control, when it's actually using Subversion. It has been happily using subversion for sometime.

Can I force the project to use subversion somehow?

Thanks

John

0
Avatar
Permanently deleted user

Any ideas at all on this? I've gone back to usng Netbeans in the meanwhile.

John

0
Avatar
Permanently deleted user

RubyMine doesn't really decide what VCS to use. Maybe it's defaulting to Git in the latest build? Whatever the reason, you can easily change VCS configuration in Project Settings -> Version Control.

0

Hello john,

For some reason Rubymine has decided that my project is using GIT for
version control, when it's actually using Subversion. It has been
happily using subversion for sometime.


Do you have any .git directories under your source tree?

Can I force the project to use subversion somehow?


Yes, using Settings | Version Control.

--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"


0

请先登录再写评论。