子剪辑同步历史记录?
在 Eclipse (subclipse) 中,有没有办法查看同步历史记录 - 即不是单个文件/目录历史记录,而是
- 执行同步的历史记录、
- 同步的内容?
In Eclipse (subclipse), is there a way to see the synchronisation history - i.e. not the individual files/directories history, but an history of
- when synchronisation was performed,
- what was synchronized?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我会说“不”。
也许您可以从 Eclipse 的日志文件中收集一些此类信息。在同步期间,各个 SVN 命令和结果(例如
U file.txt
)显示在控制台视图中,但我怀疑它是否会保存在任何地方,至少默认情况下不会。您可能还会在托管存储库的 Web 服务器的 HTTP 访问日志中发现一些有趣的内容。
I'd say "no".
Maybe you could glean some of this info from Eclipse's log files. During synchronization, the individual SVN commands and results (such as
U file.txt
) are displayed in the console view, but I doubt that it gets saved anywhere, at least not by default.You might also find something interesting in the HTTP access logs of the web server that hosts the repository.