“svn 列表”忽略外部因素
我的 SVN 树中有一个名为“library”的目录,它使用外部加载库,例如 zend Framework/smarty/....
我使用自己编写的工具,该工具使用“svn list”,我可以在其中选择应该上传的文件到服务器,似乎
svn list 没有加载外部道具,因此库目录是空的 这意味着我无法使用我的工具上传库,
所以问题是: 是否有任何选项可以让“svn list”也加载外部文件?
谢谢
i have a directory called 'library' in my SVN tree which uses externals to load libs such as zend framework/smarty/....
im using a self written tool which uses "svn list" where i can select files which should be uploaded to the servers and it seems
svn list doesnt load external props and thus the library directory is empty
which means i cant upload the libs using my tool
so the question:
is there any option to have 'svn list' also load the externals?
thx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
只是为了添加到 Francis B. 的答案,
svn list
可能会在SVN 的未来版本,如果我相信这个帖子:Just to add to Francis B.'s answer,
svn list
may be enhanced in a future release of SVN, if I believe this thread:解决方案是
在每个外部路径上调用:并调用svn list。
The solution would be to call:
and call svn list on each external paths.