从源安全数据库的根文件夹获取所有文件仅创建文件夹。没有文件存在
我从源安全数据库的根文件夹($)获取最新信息,我得到的只是所有文件夹层次结构。到处都没有文件。但是,如果我对每个文件夹(项目)执行“获取最新”操作,我就会为该文件夹层次结构执行文件。
为什么会发生这种情况?这是权限问题吗?
I did a Get Latest from the root folder ($) of a Source Safe database and all I got is all the folders hierarchy. There were no files anywhere. But if I do a Get Latest on each folder (project), I do the files for that folder hiearachy.
Why does this happen? Is this a permissions issue?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我有同样的问题......它在检查顶级项目($/Projects)时播放
下面是好的($ / Project / Demo1)工作
- 编辑:解决了
耐心地文件终于开始出现。我确信它之前已经完成,但那是在从 Visual Studio 2008 开始的 SSEXP 副本上。也许某些内存限制发挥了作用(使得它对于包含许多文件的大量树失败,而不显示正确的错误信息?)。
无论如何,在关闭 Visual Studio 的情况下重做 SSEXP 的获取(并应用大量耐心)最终对我有用
I have the same question... It plays when checking out a toplevel project ($/Projects)
Below that is ok ($/Project/Demo1) works
-- EDIT: Solved
With patience the files started appearing after all. I know for sure that it had finished before, but that was on a copy of SSEXP started from withing visual studio 2008. Perhaps some memory restriction plays a role (makes it fail for large volumes of trees with many files, without displaying a proper error message?).
Anyhow, redoing the get from a SSEXP started with Visual Studio closed (and applying LOTS of patience) worked for me in the end