I see two options for using Groovy Grails Tool Suite (GGTS) with Subversion.
A) Use the GGTS Subversion plugin....http://grails.org/plugin/svn
B) Use the Eclipse Subversive plugin......http://www.eclipse.org/subversive/
I'm on a Windows 7 box and I have an existing Groovy Grails project that I need to load into a newly created and currently empty subversion repository on my CentOS 6x linux server. I've set up svn+ssh with putty/pageant and that's working.
Would option A or B work better and how would do I go about getting an existing Grails project into the subversion repository?