Getting svn: E170000: Unrecognized URL scheme for my custom Svn Gradle plugin
- by Ip Doh
I wrote a custom gradle plugin using groovy to do basic svn tasks like, Checkout, Clean, Tag etc. The groovy class calls the svn command line client to do these operations, It works fine when i run it on my windows system but the same plugin gives the following error when i run it on a linux system (Centos).
svn: E170000: Unrecognized URL scheme…