[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 5549 - in trunk/subversion: clients/cmdline include libsvn_client libsvn_subr libsvn_wc

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-04-04 08:26:53 CEST

sussman@tigris.org writes:

> Author: sussman
> Date: Thu Apr 3 23:54:47 2003
> New Revision: 5549
>
> Finish issue #1087: store username/password credentials in
> ~/.subversion config area, instead of in the working copy.
>
> This change should upgrade everyone smoothly: that is, the
> ~/.subversion/auth/ area should be automatically created, and the
> .svn/auth/ creds will now be ignored. You'll be prompted for creds
> the next time you commit, and they'll be stored in ~/.subversion/auth
> forever more.

Note that I made this commit *after* removing all .svn/auth/
directories from my svn working copy:

     find . -path "*/.svn/auth" | xargs rm -rf

> Copied: trunk/subversion/libsvn_client/providers.c (from rev 5542, trunk/subversion/libsvn_wc/providers.c)
> ==============================================================================
> --- trunk/subversion/libsvn_wc/providers.c (original)
> +++ trunk/subversion/libsvn_client/providers.c Thu Apr 3 23:54:47 2003
> @@ -1,6 +1,6 @@
> /*
> * simple_wc_provider.c: an authentication provider which gets/sets
> - * username/password from the wc auth cache.
> + * username/password from the config-dir auth cache.
> *

And look at that! The mailer script actually shows the diffs made to
the copied file, even though 'svn diff' doesn't. (See issue #1220)

Hmmmm.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 4 08:27:58 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.