ekanayaka.msl
ekanayaka.msl

Reputation: 63

m2Relese plugin 0.14.0 not working with older svn versions

I created a relsease job in jenking. I used m2Release pluging 0.14.0. Job was successfuly bulilded. But while "Perform Maven Release" it gives an error as

[ERROR] svnorg: invalid option: --parents

I think problem is with my svn version. SVN version is 1.4.2 and it does not know command "--parents"

So how can I used m2Release plugin with SVN older version like 1.4.x

Upvotes: 0

Views: 41

Answers (1)

bahrep
bahrep

Reputation: 30662

You must use up-to-date Subversion release. There is no practical reason to keep using SVN 1.4.x client.

Upvotes: 2

Related Questions