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.
我的 SVN 存储库使用推荐的 SVN 目录结构(tags/、branches/...)
我注意到ls tags缺少一个特定的标签。但是,当我svn ls "^/tags"找到标签时。为什么这两个命令会产生不同的结果?
ls tags
svn ls "^/tags"
TIA