Reputation: 637
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?
Upvotes: 0
Views: 2772
Reputation: 727
Best way to Go to Help -> Market place then search for svn and then Add
Upvotes: 1
Reputation: 3777
Option A is a Grails plugin. This is helpful if you want to add support for Subversion in your own application.
Option B is an Eclipse plugin. This adds Subversion as a team provider in your Eclipse development environment. This is what you want.
There is also Subclipse if you want an alternative to Option B.
Upvotes: 1