On 15 September 2010 11:56, Tomek Kaczanowski <[email protected]> wrote: > Walter, > > I looked (briefly) at the souce code of the plugin and have a > question. Is this plugin intended only to perform SVN operation on the > "current" project ? I saw that it takes the current project dir as SVN > workspace.
Yes, because it is a Gradle plugin. I am not a Gradle expert, but you can only associate plugin to project. However this should not be a problem. The SvnKit plugin is still in the early stage of development. So, it has some constraints and no documentation. I hope to improve it in the future. > > I'm asking because I'm interested in the following scenario. I would > like to fetch some other (maven project) from svn to some temp dir and > then do some nasty things with it. Can I use SvnKit plugin for this? What about to define a project for your nasty things? ;) Then you could associate the SvnKit plugin to it. Furthermore, consider that, soon, I will delivery another plugin, called workspace, which should simplify the setup of the SvnKit plugin. Ciao Walter > > -- > Regards / Pozdrawiam > Tomek Kaczanowski > > 2010/8/12 Walter Di Carlo <[email protected]>: >> I finally have found some spare time to assemble a Gradle plugin to >> interact with Subversion SCM through SvnKit (http://svnkit.com/). It >> is stiil in the early stage because I have tested it only with local >> repository, but it could be a good starting point. >> >> Are Gradle mainteiners interested in hosting it on Gradle web site? >> >> Regards, >> >> Walter >> >> --------------------------------------------------------------------- >> To unsubscribe from this list, please visit: >> >> http://xircles.codehaus.org/manage_email >> >> >> > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
