Re: [release-plugin] commit failure con't

2018-06-13 Thread Rob Tompkins
> On Jun 13, 2018, at 7:22 PM, Gary Gregory wrote: > > Looking at http://svnbook.red-bean.com/en/1.8/svn.ref.svn.c.add.html, it > seems we can just do a SCM add of the three folders (binaries, source, > site) instead of each file in those folders. > > Thoughts? I’ll give that a shot first th

Re: [release-plugin] commit failure con't

2018-06-13 Thread Gary Gregory
Looking at http://svnbook.red-bean.com/en/1.8/svn.ref.svn.c.add.html, it seems we can just do a SCM add of the three folders (binaries, source, site) instead of each file in those folders. Thoughts? Gary On Wed, Jun 13, 2018 at 5:17 PM Gary Gregory wrote: > Rob, > > In our code, we have: > > n

[release-plugin] commit failure con't

2018-06-13 Thread Gary Gregory
Rob, In our code, we have: new ScmFileSet(distCheckoutDirectory, filesToCommit); The Javadoc for ScmFileSet says that the filesToCommit list must be _relative_ to the base dir in distCheckoutDirectory. For example, in our tests distCheckoutDirectory is: target\testing-commons-release-plugin\sc