Re: svn mkdir error message can be improved
From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2006-01-11 22:07:55 CET
Jens Seidel wrote:
OK, I agree it's not a very good error message.
> Using -m"" I get a usage hint (is this wanted?)
That's because, in your shell, all of the following are identical:
-m"" file://...
so in fact you are not giving an empty argument to "-m". To do so, write:
-m "" file://...
> and without -m switch svn opens an editor *before* it fails.
Yes, that's expected.
> Remark: A related issue is
For the benefit of other readers, that issue's summary is:
"copy and mkdir should create intermediate directories"
- Julian
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.