在 SVN 签出时忽略受保护的文件夹
我遇到以下问题:我们的 svn 存储库有外部文件,并且使用我的凭据无法访问外部文件的一个子目录(外部文件由不同的团队管理)。如果我使用 Tortoise 进行 SVN 结帐,我会收到输入 user/pw 的提示,只需取消此操作,它将继续处理下一个文件夹。
但是,如果我执行命令行签出(这在 C# 程序内运行),则程序会在达到设置的超时障碍后失败。我从未看到任何提示(即使它确实出现,那也没有帮助,因为该程序作为自动化进程运行)。
svn 是否有一些推荐行选项,我可以使用它忽略缺少签出权限的文件夹并让它继续下一个目录?
I am having the following problem: Our svn repo has externals, and one subdirectory of the externals is not accessible with my credentials (the externals are managed by a different team). If I do an SVN checkout with Tortoise, I get prompted for user/pw and can just cancel this and it will continue with the next folder.
However, if I do a command-line checkout (this runs inside a C# program) the program fails after hitting a set timeout barrier. I never see any prompt (and even if it did appear, that wouldn't be helpful, as this program runs as an automated process).
Is there some commend-line option for svn with which I can just ignore folders for which I am lacking checkout permissions and have it continue with the next directory?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
svn co
或
的选项可能会有所帮助
Options of
svn co
or
may help