How does this play with the expressed desire to have Subversion stop sending
a default username altogether (for security reasons)? It'd be nice if the
property value could trigger one of "always prompt me", "default to my
current username", or "try the username FOO". Not sure the best way to
accomplish that, though.
Senthil Kumaran S wrote:
> Hi,
>
> I am attaching a patch along with this email which will fix issue #2324.
> This adds a new parameter 'username' to the subversion config file.
>
> [[[
> Fix issue #2324.
>
> Disable username assumption.
>
> * subversion/include/svn_config.h
> (): Add SVN_CONFIG_OPTION_USERNAME.
>
> * subversion/libsvn_subr/config_file.c
> (svn_config_ensure): Add text about the new config file parameter
> 'username'.
>
> * subversion/libsvn_subr/cmdline.c
> (svn_cmdline_setup_auth_baton): Add logic to get username from config
> file if
> it is defined.
>
> Patch by: stylesen
> ]]]
>
>
> ------------------------------------------------------------------------
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: dev-help_at_subversion.tigris.org
--
C. Michael Pilato <cmpilato_at_collab.net>
CollabNet <> www.collab.net <> Distributed Development On Demand
Received on 2008-03-25 15:12:18 CET