如何从 svn 只获取更新的文件?
我需要从 SVN 中签出所有更新到特定版本的文件。它不应包含任何其他文件。它应该检查受特定修订 ID 影响的文件。另外,我需要获取 svn 中的路径。
我在颠覆控制下使用 Tortoise SVN。
任何想法
I need to checkout the files which all updated to particular revision from the SVN. It should not contain any other files. It should checkout the files were affected to a particular revision ID. Also, I need to get the path as in the svn.
I am using Tortoise SVN under subversion control.
Any idea
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
CLI-version
svn -q -v -r REV
或另外使用 --xml 选项CLI-version
svn -q -v -r REV
or with --xml option additionally