通过命令行将时间戳保存在 SVN 中

Keep the timestamp in SVN via commandline

我们想使用 svn update --config-option config:miscellany:use-commit-times=yes 而不是本地更改配置文件。但是,命令结果为 svn: E020024: Error resolving case of 'config:miscellany:use-commit-times=yes'。此外,将 servers-config 更改为 svn update --config-option servers:global:http-proxy-port=2(仅作为进一步的示例)也是不可能的。

我们使用svn 1.9.6和Win7。

问候

先尝试干净结帐:

svn checkout --config-option config:miscellany:use-commit-times=yes <repo-url>

然后每次更新时:

svn update --config-option config:miscellany:use-commit-times=yes