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.
リビジョン11、13、17、20でブランチにコミットされた変更がある場合、このようなsvnパッチを作成できますか?
svn diff -r11:20
svn diffJFYIの正規の1番目の形式であるJFYIは、次のようになりますが、忘れないでください。
svn diff
diff [-c M | -r N[:M]] [TARGET[@REV]...]
これで十分です:)
svn diff -rFIRSTREVISION:LATESTREVISION pathOfWorkingCopy > /myPatchFile.patch