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

Re: svn commit: r14031 - trunk/subversion/clients/cmdline

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2005-04-08 14:26:07 CEST

lundblad@tigris.org writes:
> --- trunk/subversion/clients/cmdline/main.c (original)
> +++ trunk/subversion/clients/cmdline/main.c Fri Apr 8 04:25:12 2005
> @@ -575,7 +575,10 @@
> " each of which consists of a relative directory path, optional\n"
> " revision flags, and an URL. For example\n"
> " foo http://example.com/repos/zig\n"
> - " foo/bar -r 1234 http://example.com/repos/zag\n"),
> + " foo/bar -r 1234 http://example.com/repos/zag\n"
> + " svn:needs-lock - If present, indicates that the file should be\n"
> + " locked before it is modified. Makes the file read-only in the\n"
> + " working copy when it is not locked."),

You made that message no longer end with a newline, so the text runs up against
the "Valid options:" block. Please add back a "\n".

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 8 14:27:38 2005

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.