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.
最近、ベータ版のコードのメイン ブランチからブランチを作成しました。
ここで、過去 1 週間にブランチで変更されたすべてのファイルを確認したいと思います。その情報を CVS から取得する方法。
このコマンドは何ですか?
コマンドラインから:
cvs log -r BRANCHNAME
特定の日付範囲でそれを行います:
cvs log -r BRANCHNAME -d "1972-09-24"
1972-09-24より新しいアイテムを入手したい日付は実際にはどこにありますか。
1972-09-24