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

[PATCH] Invoke 'store password' prompt for all commands requiring authentication

From: Kannan <kannanr_at_collab.net>
Date: Wed, 07 Oct 2009 12:27:07 +0530

Log:
 While working on a wc of a repo which needs authentication, 'store
 password unencrypted' prompt is getting invoked only for those svn
 commands that access the repo URL or that have an URL as argument
 (eg. svn ls http://localhost/repo) and not for wc oriented commands
 such as `svn ls' or `svn cat -r 5 test.c' which also require
 authentication. The prompt gets invoked for the rest of the commands
 which need repo access, with the following patch.

 * subversion/libsvn_ra_neon/session.c
  (svn_ra_neon__get_repos_root) : Call
  `svn_ra_neon__maybe_store_auth_info' to invoke 'store
   password unencrypted' prompt.

 Patch by : Kannan R <kannanr_at_collab.net>

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2404392

Received on 2009-10-07 08:57:43 CEST

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.