i am using 1.9.4 version of maven-scm-plugin,
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-plugin</artifactId>
<version>1.9.4</version>
</plugin>
and i am getting an error
svn: This client is too old to work with working copy 'E:\branches\project'; please get a newer Subversion client
- how do i know what is the svn version that maven-scm-plugin support or use...?
- What is the maven-scm-plugin version that support for svn 1.6...?