问题标签 [depot]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - P4Python issue: p4run("files", 'path') returns - no such file(s) although returns single item dict for "dirs"
I'm trying to read depot structure without syncing and got stuck on files listing.
Why this returns single-item dict:
but this:
Error:
[Warning]: '//folder1/Trunk/projects - no such file(s).'
Why is that?
There are other folders in that location and I would like to access some of them.
linux - Perforce,Linux - grep 查找已删除仓库文件中的内容
想知道如何在仓库删除的文件中 grep 信息。起初,我发现 perforce 支持搜索文件内容,如下所示:
p4 grep -i -n -e "infoSearch" //depot/alex/moreStuff/...
从测试看来,使用上面的命令它不会搜索上面提供的位置的“已删除”文件。P4 帮助页面也不会给我太多关于如何做到这一点的信息。( p4 grep )
想知道我该怎么做呢?也许我错过了什么或不明白..
使用环境:
- Linux操作系统,命令行界面;
- 使用的 Perforce 版本:Perforce Visual Client/LINUX26X86_64/2013.4/760166
stream - 是否有 AccuRev 命令来检查某个仓库的大小?
我是 Accurev 的新手。我想获得不同团队中仓库的大小。是否有任何命令,或者我可以在 Accurev UI 中检查它吗?我在 CLI 参考中找不到任何内容。
java - 如何在 Jsprit 中设置仓库服务时间
我正在开发诸如 depot.service time 之类的功能。假设我有一个仓库,有没有办法定义仓库的服务时间?我的意思是,类似于 Service.ServiceTime。固定N分钟(不考虑行李数量)。你能建议我吗?示例:Depot.service 时间是 30。我在 10 点到达仓库:如果我提取两批货物,我 40 点离开。如果我提取三批货物,我在 40 点离开。...无论我提取多少货物,我仍然在 40 岁离开。我该如何解决?很多tks