Re: The svnpubsub project: looking for help with the scm provider

2012-02-25 Thread Benson Margulies
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 --

Re: The svnpubsub project: looking for help with the scm provider

2012-02-21 Thread Olivier Lamy
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

Re: The svnpubsub project: looking for help with the scm provider

2012-02-21 Thread 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/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

Re: The svnpubsub project: looking for help with the scm provider

2012-02-21 Thread Olivier Lamy
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

The svnpubsub project: looking for help with the scm provider

2012-02-20 Thread 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 in svn "?" state. Before I go codin