Use <groupId>com.google.code.maven-scm-provider-svnjava</groupId> <artifactId>maven-scm-provider-svnjava</artifactId> <version>1.15</version>
And use the ScmProvider with role-hint javasvn . 2012/2/21 Benson Margulies <[email protected]>: > On Tue, Feb 21, 2012 at 4:27 PM, Olivier Lamy <[email protected]> wrote: >> 2012/2/20 Benson Margulies <[email protected]>: >>> 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. >> >> weird that should work. >> the svnexe scm provider write a tmp file containing all files passed >> as parameter and pass this file to cli arg: --targets. >> Did you try with svnjava svn impl ? > > Nope. Can you point me to a page telling me how to turn that on? > >> >>> >>> Before I go coding the obvious loop, I was hoping that someone (unlike >>> me) with a clue could tell me if this because I just don't understand >>> the API, or because I'm using it wrong, or what. >>> >>> In passing, I also wonder if I need to add code to add directories >>> when there are new directories. >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >> >> >> >> -- >> Olivier Lamy >> Talend: http://coders.talend.com >> http://twitter.com/olamy | http://linkedin.com/in/olamy >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
