TortoiseSVN 客户端预提交挂钩获取存储库 URL
我想创建一个预提交钩子来查看我要提交的 URL。我知道我可以访问他们正在提交的文件系统上的文件,但是是否有可能找出您正在提交的位置?
I want to create a pre-commit hook which looks at the URL I am committing to. I know that I can get access to the files on the file system that they are committing, but is it possible to figure out where you're committing to?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我最终从当前工作目录中的 .svn 文件夹中提取它。
I ended up extracting it from the .svn folder in the current working directory.