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 ? > > 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]
