[llvm-bugs] [Bug 40308] New: git-llvm: --force-interactive option requires svn 1.8 or newer
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Jan 14 10:18:56 PST 2019
https://bugs.llvm.org/show_bug.cgi?id=40308
Bug ID: 40308
Summary: git-llvm: --force-interactive option requires svn 1.8
or newer
Product: tools
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: support scripts
Assignee: jyknight at google.com
Reporter: tstellar at redhat.com
CC: greg.bedwell at sony.com, i at maskray.me,
llvm-bugs at lists.llvm.org
git-llvm fails to run with svn 1.7.14 with this error message:
svn: invalid option: --force-interactive
This option was introduced in svn 1.8: See
https://sourceforge.net/p/svnbook/tickets/270/
Based on this commit message:
http://svn.apache.org/viewvc?view=revision&revision=1424037, it appears that
--force-interactive was the default behavior prior to svn 1.8. However, I
tried removing the option from my script locally and the script appeared to run
fine, but nothing was actually committed.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190114/f2e521eb/attachment.html>
More information about the llvm-bugs
mailing list