简体   繁体   English

在工作副本修订版上将链接复制/粘贴到SVN上的文件

[英]Copy/paste link to file on SVN at working copy revision

I often want to send a link to a document on our SVN at a certain revision. 我经常想发送指向特定版本的SVN上的文档的链接。 I have found out that it is possible to access revision 123 of a_word_document.docx with the link 我发现可以通过链接访问a_word_document.docx的修订版123

https://our.svn.server/the_repository/a_word_document.docx?p=123 https://our.svn.server/the_repository/a_word_document.docx?p = 123

Is there a way to get a context menu entry in windows explorer, which allows to copy a link of this format that points to the working copy revision? 有没有一种方法可以在Windows资源管理器中获取上下文菜单项,从而可以复制此格式的链接指向工作副本修订版?

I often use "TortoiseSVN > Copy URL to clipboard" - but this link always points to the head revision. 我经常使用“ TortoiseSVN>将URL复制到剪贴板”,但是此链接始终指向主修订版。

Upgrade your TortoiseSVN client's version to 1.11.x 将您的TortoiseSVN客户端版本升级到1.11.x

Command for copying URLs to clipboard with revision was added in TortoiseSVN 1.11.0 (see r28385 and New Feature: "Copy versioned URL to clipboard ). TortoiseSVN 1.11.0中添加了用于将URL复制到带有修订版的剪贴板的命令(请参阅r28385新功能:“将版本化的URL复制到剪贴板” )。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM