I now know what my problem is (I wasn't looking at the result object
from the add operation), but i don't know what to do about it. svn is
complaining that the site plugin produces files with 'inconsistent
newlines'.
On Tue, Feb 21, 2012 at 5:47 PM, Olivier Lamy wrote:
> javasv
--
Use
com.google.code.maven-scm-provider-svnjava
maven-scm-provider-svnjava
1.15
And use the ScmProvider with role-hint javasvn .
2012/2/21 Benson Margulies :
> On Tue, Feb 21, 2012 at 4:27 PM, Olivier Lamy wrote:
>> 2012/2/20 Benson Margulies :
>>> https://svn.apache.org/repos/asf/maven/sa
On Tue, Feb 21, 2012 at 4:27 PM, Olivier Lamy wrote:
> 2012/2/20 Benson Margulies :
>> https://svn.apache.org/repos/asf/maven/sandbox/trunk/plugins/asf-svnpubsub-plugin
>>
>> This shows some preliminary signs of working, but ... when I call
>> svnProvider.add and provided a list of many files, it
2012/2/20 Benson Margulies :
> https://svn.apache.org/repos/asf/maven/sandbox/trunk/plugins/asf-svnpubsub-plugin
>
> This shows some preliminary signs of working, but ... when I call
> svnProvider.add and provided a list of many files, it only seems to
> pay attention to the first. The rest remain
https://svn.apache.org/repos/asf/maven/sandbox/trunk/plugins/asf-svnpubsub-plugin
This shows some preliminary signs of working, but ... when I call
svnProvider.add and provided a list of many files, it only seems to
pay attention to the first. The rest remain in svn "?" state.
Before I go codin