Question: I'm not familiar with this specific but I try to get the last version of a tag from SVN. I found this.
SVN is installed on another server than the Jenkins server. So to run command: *export SVN_TAG=`svn ls --username someuser --password somepass --non-interactive http://someproj.googlecode.com/svn/tags <http://someproj.googlecode.com/svn/tags> |tail -1`* , I think an svn client needs to be installed on the jenkins server? Otherwise get the message "svn command not found". Is that right or do I miss something? In the past I use (putty if I remember well) for tunneling: *svn+ssh://<user>@<url>*, is that also possible with this construction? Or does someone have a better idea? Nico -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/a5cb96cf-d384-4038-a0d5-16007f831852%40googlegroups.com.
