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

Re: Problems with --non-interactive in 0.18.1?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-02-28 01:05:08 CET

Ben Gollmer <ben@jatosoft.com> writes:

> I just updated both my workstation & server to svn 0.18.1, and some of my
> scripts broke. Here's a recipe:
>
> svn log -rHEAD:"{2003-02-20}" http://svn.myserver.com/repo/project1
> --username xxxx --password xxxx --non-interactive
> svn: Authorization failed
> svn: PROPFIND of /repo/project1: authorization failed
>
> But when I omit the --non-interactive switch, everything's OK:
>
> svn log -rHEAD:"{2003-02-20}" http://svn.myserver.com/repo/project1
> --username xxxx --password xxxx
> [ log output snipped ]
>

Looks like you discovered a bug in the new libsvn_auth; I can
reproduce this. I'll take a look at it right now!

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Feb 27 23:06:25 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.