[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Little annoyance with "svn commit" on Win2K ;-)

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2004-03-11 16:35:35 CET

Schifferdecker, Udo wrote:

>>That's a feature, not a bug. It's checking to be sure that
>>the argument
>>passed to -m isn't the name of a file, to avoid having people
>>mix up the
>>-F and -m arguments.
>
>
> Accepted.
>
> Suggestion for improvement:
>
> svn commit --force-log -m "A: feature XY"
>
> should work like
>
> svn commit --force-log -m "versioned_file_name"
>
> and not try to access the floppy drive.

Well, it has nothing to do with 'access the floppy drive', it's just
that we could be smarter, and check for the --force-log argument before
doing the stat on the file. It's probably a trivial change to
subversion/clients/cmdline/main.c if you feel like looking into it.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 11 16:36:00 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.