【发布时间】:2014-01-04 21:28:04
【问题描述】:
为了获取特定时期的变化列表,我们使用命令 change
p4 changes @2001/04/01,@now
我正在使用 p4api.net 获取此更改列表,因此我必须使用:
P4Command cm1 = new P4Command(ps, "changes", true, String.Format("{0}", deppath1));
但问题是如何指定这两个选项,我试过了,但它不起作用
请帮我,
如需更多帮助,请了解我在寻找什么
How to find changelists submitted in the last week for a particular user using Perforce?
【问题讨论】:
-
你需要
Repository.GetChangelists(perforce.com/perforce/doc.current/manuals/p4api.net/…) -
不,这不是我需要的