I try to find the windows equivalent of the next linux command:
Highest_Tool_Version=`svn ls --username ${CREDENTIAL_NAME} --password ${CREDENTIAL_PW} --non-interactive http://<domain>/Tool/tags | sort -V | tail -n 1`
Maybe not needed to tell, but the function is: return one, the last, tag. We use this for checking out files.
At this moment we have Jenkins running on a Linux master. But now we also have a Jenkins Windows Master, so I need this command for a windows environment.
With regards,
Nico