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

Re: [PATCH] Added --username and --password to 'svn ls'

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-08-14 21:02:14 CEST

Applied, thanks :-).

-K

Shay Harding <sharding@ccbill.com> writes:
> * clients/cmdline/main.c
> * Added --username and --password to 'svn ls'
>
> --- main.c.orig Wed Aug 14 11:02:48 2002
> +++ main.c Wed Aug 14 11:03:03 2002
> @@ -242,7 +242,7 @@
> "List directory entries of a URL.\n"
> "usage: svn list [-v] [-r REV] URL1 [URL2 ...]\n\n"
> " If URL is a file, just file entry will be displayed.\n",
> - {'r', 'D', 'v'} },
> + {'r', 'D', 'v', svn_cl__auth_username_opt, svn_cl__auth_password_opt} },
>
> { "log", svn_cl__log, {0},
> "Show the log messages for a set of revision(s) and/or file(s).\n"

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Aug 14 21:19:21 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.