Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 Ant 找到 svn 最新标签名称。
这就是 svn repo 结构的样子
//svn/tag/project/tag-1
//svn/tag/project/tag-2
//svn/tag/project/tag-3
//svn/tag/project/tag-4
//svn/tag/project/tag-5
在上述情况下,最新的标签名称是“tag-5”。我想知道最新的标签是 ant 中的 tag-5,所以我可以检查我的构建。有人可以帮忙吗?先感谢您。