Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一堆目录,它们是各种类似存储库的工作目录。我怎样才能找出他们是从哪个存储库中签出的?
我正在寻找一种可以在 Mac 和 Linux 系统上通过命令行工作的解决方案。
svn info wcwc您要查找的工作副本的路径在哪里。您将获得两个可能有用的字段。
svn info wc
wc
URL:您要求的路径的完整 URL(可能是您 wc 下的某个文件)。
存储库根目录:WC 所在存储库根目录的 URL。
--xml如果您也需要,还有一个选项。
--xml