[webkit-dev] webkit-patch and SVN
Eric Seidel
eric at webkit.org
Wed Apr 14 14:13:15 PDT 2010
Anders brought to my attention this afternoon that webkit-patch
currently does all SVN operations from the root directory instead of
being current-directory aware. That behavior matches how Git
operates, but does not need to be how webkit-patch operates.
Question: Do SVN users wish to have webkit-patch be
current-working-directory aware?
Meaning:
"upload" will only prepare-ChangeLog for the current directory and
upload an svn diff under the current directory.
"land" will only land the current subdirectory.
The propose change will make webkit-patch inconsistent between VCS
tools, but consistent with the users choice of SVN vs. Git. Is this
SVN users desired behavior?
-eric
More information about the webkit-dev
mailing list