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

[PATCH] svn cat

From: Andy McCarty <mccarw_at_lom.med.va.gov>
Date: 2002-11-29 22:16:47 CET

Log:
 Allow svn cat to accept a username and
password on the cmd line to facilitate
svn cat --username --password http://... > FILE

Patch:

Index: subversion/clients/cmdline/main.c
===================================================================
--- subversion/clients/cmdline/main.c (revision 3933)
+++ subversion/clients/cmdline/main.c (working copy)
@@ -126,7 +126,7 @@
   { "cat", svn_cl__cat, {0},
     "Output the content of specified files or URLs.\n"
     "usage: cat TARGET [TARGET [TARGET ... ]]\n",
- {'r'} },
+ {'r',svn_cl__auth_username_opt, svn_cl__auth_password_opt} },

   { "checkout", svn_cl__checkout, {"co"},
     "Check out a working copy from a repository.\n"

-- 
~Andy
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Nov 29 23:25:16 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.