如何在给定 URL 的外部查找 SVN 存储库中的所有条目 [英] How to find all entries in SVN repo with an external to a given URL

查看:21
本文介绍了如何在给定 URL 的外部查找 SVN 存储库中的所有条目的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

可能的重复:
列出所有 svn:externals 递归?

我需要使用 svn:external 移动许多项目引用的组件的位置.

I need to move the location of a component that is referenced by many projects with an svn:external.

如何轻松找到所有具有 svn:external 到此 URI 的位置?

How can I easily find all locations that have an svn:external to this URI?

推荐答案

 svn propget svn:externals http://path/to/repos -R

列出所有外部,它没有过滤,假设我在一个不错的操作系统上可以grep它.

lists all externals, its not filtered, suppose i could grep it if i was on a decent OS.

这篇关于如何在给定 URL 的外部查找 SVN 存储库中的所有条目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆