Re: svn commit: rev 2786 - trunk/subversion/clients/cmdline trunk/doc/handbook
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-07-30 12:16:09 CEST
rooneg@tigris.org writes:
> Modified: trunk/subversion/clients/cmdline/ls-cmd.c
It's usually wrong to cast away const. Use (const char*)a->key.
> }
I would not expect the URL to be printed if verbose is not set. I'm
$ svn ls some/wc/dir
fails. This is inconsistent with 'svn log' which, like 'svn ls',
$ svn log some/wc/dir
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Tue Jul 30 12:16:41 2002 |
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.