Groovy Grails Tool Suite with Subversion

青春壹個敷衍的年華 提交于 2020-01-25 11:53:10

问题


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?


回答1:


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.




回答2:


Best way to Go to Help -> Market place then search for svn and then Add



来源:https://stackoverflow.com/questions/20434007/groovy-grails-tool-suite-with-subversion

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!