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"タグを見つけたとき。これら 2 つのコマンドで異なる結果が得られるのはなぜですか?
ls tags
svn ls "^/tags"
ティア