Re: Bug: Locally deleted file wrongly accepted as log message string.

2018-06-29 Thread Julian Foad
Branko Čibej wrote: > That check was put in the code to prevent users from writing '-m foo completion>' instead of '-F foo' [...] .. which reminds me of a Subversion tab-completion enhancement I have been missing for some time: completing the names of locally-deleted files in addition to those

Re: Bug: Locally deleted file wrongly accepted as log message string.

2018-06-29 Thread Branko Čibej
On 29.06.2018 10:35, Philip Martin wrote: > Karl Fogel writes: > >> :-). In any case, I first wanted to make sure there is consensus that >> this is a bug. Do we agree? > Agreed. That check was put in the code to prevent users from writing '-m foo' instead of '-F foo'. It was *not* put there to

Re: Bug: Locally deleted file wrongly accepted as log message string.

2018-06-29 Thread Philip Martin
Karl Fogel writes: > :-). In any case, I first wanted to make sure there is consensus that > this is a bug. Do we agree? Agreed. -- Philip

Bug: Locally deleted file wrongly accepted as log message string.

2018-06-29 Thread Karl Fogel
I'm pretty sure this is a bug, but wanted to check here first before filing a ticket. Normally, if you accidentally use a local versioned file path as a log message, you will get an error: $ svn --version svn, version 1.10.0 (r1827917) [...] $ svn commit -m locally_versioned_path svn: