TortoiseSVN 1.7版本.svn文件夹下没有all-wcprops
我刚刚在 Windows 中更新了我的乌龟客户端,我发现它是 .svn 文件夹下一个名为 all-wcprops 的文件,其中包含分支/标签/主干的版本控制信息。但现在它消失了。我尝试使用 subclipse 来签出,该文件仍然存在。
有人发现这个问题吗?
我如此关心这一点的原因是因为我正在使用 ant 来构建项目,并且这个构建目标文件名实际上是基于该文件中的版本名称。
I just update my tortoise client in my windows, I found that it was a file called all-wcprops under .svn folder which contains versioning info for the branches/tag/trunk. but now it is gone. I tried with subclipse to checkout, this file still exist.
Anyone found this problem?
The reason I care this so much is becuase I am using ants to build the project and this build target file name is actually based the version name in this file.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
.svn 文件夹中的元数据供 svn 客户端使用,而不是供脚本使用。问题是您的脚本/构建文件依赖于不应该依赖的东西。无论你想要什么,尝试通过 svn 命令行客户端、svn 库等来实现。
The meta-data in the .svn folder is meant for consumption by the svn client and not by your scripts. The problem is that your script / build file is dependent on something that it should not be. Whatever you want, try to get it through, say, the svn command line client, svn libraries etc.