gpt4 book ai didi

c# - 如何将修订详细信息写入文件?

转载 作者:行者123 更新时间:2023-11-30 17:35:13 25 4
gpt4 key购买 nike

我需要将 SVN 日志的修订详细信息写入文件。

Process proc = new Process();
proc.StartInfo.FileName = @"C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe";
proc.StartInfo.Arguments = "/command:log /path:" + updateLocation + " /startrev:{2016-12-19} /endrev:{2016-11-11}";

我可以获得特定日期范围的修订详细信息,但如何将其写入/保存到文件中?因为我需要从该修订详细信息中单独检索修订号。请向我提出您的想法。

提前致谢

最佳答案

我不熟悉该软件,但是他们的 documentation状态:

If /outfile:path\to\file is specified, the selected revisions are written to that file when the log dialog is closed. The revisions are written in the same format as is used to specify revisions in the merge dialog.

等待该过程完成,然后它会自动将其保存在您在参数中指定的 /outfile: 中。

希望这对您有所帮助!

关于c# - 如何将修订详细信息写入文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41377458/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com