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 diff はファイル名のみを出力します。
ありがとうございました。
svn info <file>ファイルに関する詳細を取得するために使用できます。これには URL が含まれます。ファイルの場合は、リポジトリ内のパスが含まれます。リポジトリ ルートなしでパスのみが必要な場合は、出力にリポジトリ ルートも表示されるため、簡単にフィルタリングできます。
svn info <file>