svnant does not support svn version 1.7. what to do?

后端 未结 4 481
迷失自我
迷失自我 2021-01-17 15:15

I\'m using tortoise svn, and recently I updated to version 1.7. Still, in our build system (ant script) we use svnant lib (to get current revision number, we use it as versi

4条回答
  •  温柔的废话
    2021-01-17 15:49

    You can use the command line version of svn.

    1. Download and Install it on your machine
    2. Include it in your Path (so that you can execute svn from the command line)
    3. Change the svnsettings to

      
      

    svnant will then use the command line version to do all svn things.

提交回复
热议问题