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

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

From: Shay Harding <sharding_at_ccbill.com>
Date: 2002-08-14 20:15:00 CEST

* 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 20:11:30 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.