RESOLVED WONTFIX 13349
svn-create-patch should support -c NNNNN argument to pull a patch from svn
https://bugs.webkit.org/show_bug.cgi?id=13349
Summary svn-create-patch should support -c NNNNN argument to pull a patch from svn
David Kilzer (:ddkilzer)
Reported 2007-04-13 19:46:05 PDT
The svn-create-patch script should support a -rMMMMM:NNNNN argument to pull patches from svn with all the benefits of svn-create-patch run on a locally modified working copy (such as binary diffs and svn cp revision hints).
Attachments
WIP v1 (12.20 KB, patch)
2007-04-15 16:58 PDT, David Kilzer (:ddkilzer)
no flags
David Kilzer (:ddkilzer)
Comment 1 2007-04-15 16:58:15 PDT
Created attachment 14045 [details] WIP v1 WIP. I don't want to lose these changes! They need some more time to bake, and there are a few edge cases (like added binary files) that need to be addressed.
David Kilzer (:ddkilzer)
Comment 2 2007-04-15 16:59:48 PDT
Note that this fix will also support a simple "-r NNNNN" argument that "knows" you want to generate a diff for revision "NNNNN" and will subtract one from that revision to create a range. Brilliant!
David Kilzer (:ddkilzer)
Comment 3 2007-04-15 17:09:40 PDT
(In reply to comment #1) > WIP. I don't want to lose these changes! They need some more time to bake, > and there are a few edge cases (like added binary files) that need to be > addressed. I may also move the "isBinary" check from the generateFileList*() subroutines to inside generateDiff() since it will be obvious when a file is a binary file (from the previous diff output), and it will save some time running more svn commands for each file!
David Kilzer (:ddkilzer)
Comment 4 2007-04-19 19:43:20 PDT
Nits on WIP v1 patch: 1. Broke added files in working copy. 2. "-rNNNNN" without a space doesn't work.
David Kilzer (:ddkilzer)
Comment 5 2009-05-24 07:01:35 PDT
*** Bug 15041 has been marked as a duplicate of this bug. ***
Ahmad Saleem
Comment 6 2024-02-04 16:07:21 PST
GitHub is now defect - SVN is gone. Do we need this?
Darin Adler
Comment 7 2024-02-05 07:16:56 PST
I think we don’t and can close this.
Ahmad Saleem
Comment 8 2024-02-05 07:17:49 PST
Thanks Darin. Marked as 'RESOLVED WONTFIX'.
Note You need to log in before you can comment on or make changes to this bug.