grails app not recognized as being under subversion control Follow
Hi!
I just created my first grails app. I cannot get IDEA to recognize its under subversion control. Other Projects are recognized just fine. And svn just works fine with it also.
What could wrong?
I am doing the following:
1. create new Project
2. use svn add to add the folder to an existing svn repository
3. checkout the folder to a new location
4. open the included .ipr-file
Then a rightclick inside any file that is under svn-control has only the local history menu option.
Setup is:
-
JetGroovy is 1.5.15312
grails is 1.0.2
groovy 1.5.4
subversion 1.4.4
IDEA 7.0.3 (build 7757)
Please sign in to leave a comment.
Hello Dirk,
Please make sure that Subversion is enabled for the project in Settings |
Version Control | Directory Version Control Settings. Typically it should
be autodetected, but for some reason it didn't work in your case.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
that was just what I needed to do/know.
Thanks a lot!
Dirk