On 08/24/10 14:30, bebop52 wrote: > I checked out a Latex-Project from Google-Code Projecthosting, using > subversion, for which I installed a client on my Ubuntu Lucid > machine. Now I want to work to use emacs to edit the projectfiles and > to commit the changes to the Google-Code repository. > > After hitting C-x v v I recieve the following error message: > " Could not authenticate to server: rejected Basic challenge > (https://xxxxxxx.googlecode.com)" > > After a lot of research I still don't understand where and how to > store my usercredentials (username and password) so that the > svn-client can successfully authenticate to the googlecode > repository. I know it is a very basic question, but please explain it > in simple words cause I'm really stuck. > > I discovered the .subversion directory in my home directory. All the > files in the auth subdirectory are empty. I frankly do not understand > how to edit the config and servers files to make it work with > googlecode. > > Thanks for any help. > I can't help but can sympathize. I found a very similar problem after upgrading ubuntu 8.04 -> ubuntu 10.04.
However, my symptoms were slightly different. I got the: Could not authenticate message but before that I got some query containing "gnome keyring". Here's the actual session: [CODE] ~/prog_dev/boost-svn/ro/sandbox/rw/variadic_templates $ svn commit -m "add macro, ARG_CONSTANCY, to test driver" Password for '(null)' GNOME keyring: svn: Commit failed (details follow): svn: MKACTIVITY of '/svn/boost/!svn/act/018d0a5a-eee7-49b3-b42e-b5295ef7b8f8': authorization failed: Could not authenticate to server: rejected Basic challenge (https://svn.boost.org) ~/prog_dev/boost-svn/ro/sandbox/rw/variadic_templates $ [/CODE] So, I'd like to echo bebop52's plea for help. -Larry