svnant不支持SVN版本1.7。该怎么办? [英] svnant does not support svn version 1.7. what to do?

查看:379
本文介绍了svnant不支持SVN版本1.7。该怎么办?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用乌龟SVN,最近我更新到1.7版本。尽管如此,在我们构建系统(Ant脚本),我们使用svnant LIB(以获得当前版本号,我们用它作为版本号)。因此,不能再建项目为svnant不支持1.7版本SVN的。我怎样才能解决这个问题?

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 version number). So can no longer build the project as svnant does not support 1.7 version of svn. How can I solve this problem?

感谢你在前进!

推荐答案

您可以用svn的命令行版本。

You can use the command line version of svn.


  1. 下载并在计算机上安装它

  2. 将其包括在您的路径(这样你可以在命令行中执行SVN)

  3. 更改为svnsettings

  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

<svnSetting
    svnkit="false"
    javahl="false"
    id="svn.settings"/>


svnant 然后将使用命令行版本做的所有事情SVN

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

这篇关于svnant不支持SVN版本1.7。该怎么办?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆