On Fri, Sep 12, 2014 at 4:51 PM, Karl Heinz Marbaise <khmarba...@gmx.de> wrote:
> Hi Benson, > > On 9/12/14 10:36 PM, Benson Margulies wrote: > >> On my mac, using maven 3.0.4, the master of maven-scm gets a bazillion >> unit >> test failures on "Maven SCM Subversion Provider - SVN Executable Impl.". >> >> Is there something I need to know? >> > > Which version of SVN command line client do you have installed ? > svn, version 1.7.10 (r1485443) Turns out that the problem I am chasing is already fixed in the combo of the current master of maven-scm and maven-release-plugin, so a release of scm is what I want to see. Was someone else about to make one? If not, I'll do it. > > I have ran them based on your mail... > > ... > > [INFO] Maven SCM Perforce Provider ....................... SUCCESS [2.079s] > [INFO] Maven SCM Starteam Provider ....................... SUCCESS [1.906s] > [INFO] Maven SCM Subversion Provider - Parent ............ SUCCESS [0.297s] > [INFO] Maven SCM Subversion Provider - Common library .... SUCCESS [1.399s] > [INFO] Maven SCM Subversion Provider TCK Tests ........... SUCCESS [0.438s] > [INFO] Maven SCM Subversion Provider - SVN Executable Impl. SUCCESS > [4.453s] > [INFO] Maven SCM Synergy Provider ........................ SUCCESS [1.388s] > [INFO] Maven SCM Visual Source Safe Provider ............. SUCCESS [2.099s] > [INFO] Maven SCM TFS Provider ............................ SUCCESS [1.303s] > [INFO] Maven SCM MKS Integrity Provider .................. SUCCESS [1.728s] > [INFO] Maven SCM Jazz/Rational Team Concert Provider ..... SUCCESS [2.037s] > [INFO] Maven SCM Standard Providers ...................... SUCCESS [0.751s] > [INFO] Maven SCM Client .................................. SUCCESS > [1.972s] > [INFO] Maven SCM Plugin .................................. SUCCESS > [20.891s] > [INFO] ------------------------------------------------------------ > ------------ > [INFO] BUILD SUCCESS > [INFO] ------------------------------------------------------------ > ------------ > [INFO] Total time: 2:27.418s > [INFO] Finished at: Fri Sep 12 22:46:54 CEST 2014 > [INFO] Final Memory: 69M/422M > [INFO] ------------------------------------------------------------ > ------------ > > > Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 > 14:51:28+0100) > Maven home: /usr/share/maven > Java version: 1.7.0_21, vendor: Oracle Corporation > Java home: /Library/Java/JavaVirtualMachines/jdk1.7.0_ > 21.jdk/Contents/Home/jre > Default locale: en_US, platform encoding: UTF-8 > OS name: "mac os x", version: "10.8.5", arch: "x86_64", family: "mac" > > > > $ svn --version > svn, version 1.8.8 (r1568071) > compiled Feb 18 2014, 19:46:30 on x86_64-apple-darwin12.4.0 > > Kind regards > Karl-Heinz Marbaise > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > For additional commands, e-mail: dev-h...@maven.apache.org > >