"svn列表"忽略外部 [英] "svn list" ignores externals

查看:128
本文介绍了"svn列表"忽略外部的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的SVN树中有一个名为库"的目录,该目录使用外部文件来加载诸如zend framework/smarty/...之类的库.

i have a directory called 'library' in my SVN tree which uses externals to load libs such as zend framework/smarty/....

我使用了一个使用"svn list"的自写工具,可以在其中选择应该上载到服务器的文件

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列表未加载外部道具,因此库目录为空 这意味着我无法使用我的工具上传库文件

svn list doesnt load external props and thus the library directory is empty which means i cant upload the libs using my tool

这样的问题: 有没有让"svn list"也加载外部的选项?

so the question: is there any option to have 'svn list' also load the externals?

thx

推荐答案

解决方案是致电:

svn propget svn:externals -R 

并在每个外部路径上调用 svn列表.

and call svn list on each external paths.

这篇关于"svn列表"忽略外部的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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