Details
Description
Hello,
Our code is hosted on a subversion repository different from the one used to release the plugin
That was working fine with 1.1.1 but now fails with 1.2.2
Looking at the code, three lines were removed, in regard to bug GRAILS-5319 http://github.com/grails/grails-core/commit/c8c3771eae3ae8d586fe00259bae88e6589d4c6a
The consequence is that the code is not copied to the plugin distrib repository, but the is a "remote tagging", copying what is in the plugin distrib repository trunk as the actual release. And what is in this trunk is nothing, because the code is on the source code svn server (and on the developper machine)
I put the three missing lines back and it works (but as Luke Daley removed those lines, the problem must not be so simple)
509,512d508
< //ADDDED BY ALEX - 3 LINES
< if (new File(grailsSettings.baseDir, ".svn").exists())
we had to make the modif on the ReleasePlugin.groovy on all the developpers of the team...
Any idea to solve that nicely?
Alex
Issue Links
- is related to
-
GRAILS-5319
Plugin --zipOnly release fails if plugin is using different svn source.
-
This is definitely going to reopen
GRAILS-5319. I'll take a look and come up with a better patch.