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

Re: svn commit: rev 5551 - in trunk/subversion: include libsvn_subr

From: Branko Čibej <brane_at_xbc.nu>
Date: 2003-04-05 04:10:51 CEST

sussman@tigris.org wrote:

>Author: sussman
>Date: Fri Apr 4 11:54:46 2003
>New Revision: 5551
>
>Modified:
> trunk/subversion/include/svn_config.h
> trunk/subversion/libsvn_subr/config_file.c
>Log:
>
>Followup to issue #1087 ("store auth data in ~/.subversion").
>Place the realmstring into the cached creds files, so users can figure
>out which files to delete by hand, should they ever want to.
>
>* svn_config.h (SVN_CONFIG_REALMSTRING_KEY): new constant.
>
> (svn_config_read_auth_data, svn_config_write_auth_data): update
> docstrings, explain SVN_CONFIG_REALMSTRING_KEY's role.
>
>* libsvn_subr/config_file.h (svn_config_write_auth_data): add the
> realmstring to the hash, so programs (or users) can verify
> exactly which set of credentials the creds file holds.
>
> (svn_config_read_auth_data):
>

What happened to the log?

>Modified: trunk/subversion/include/svn_config.h
>==============================================================================
>--- trunk/subversion/include/svn_config.h (original)
>+++ trunk/subversion/include/svn_config.h Fri Apr 4 11:54:46 2003
>@@ -239,11 +239,18 @@
>
>
>
>+
>+#define SVN_CONFIG_REALMSTRING_KEY "svn:realmstring"
>+
>

Um. A bit of a docstring wouldn't hurt here, I think.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Apr 5 04:11:40 2003

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.