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

后端 未结 4 505
迷失自我
迷失自我 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

    The latest version of svnkit (pure Java lib) is compatible with Subversion 1.7. http://svnkit.com/download.php

    You can download the standalone version and copy the libs from folder lib to your classpath. You need at least the last 5 jars.

    
        
        
        
    
        
        
        
        
        
    
    

提交回复
热议问题