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

Problems with --non-interactive in 0.18.1?

From: Ben Gollmer <ben_at_jatosoft.com>
Date: 2003-02-27 22:49:39 CET

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 ]

Anyone else seeing this? It occurs when I run svn on my local workstation, or
when I'm ssh'ed into my server. Workstation is Gentoo Linux 1.4 with a svn
client only build, server is RedHat 7.3 with svn compiled locally (not RPM),
Apache 2.0.44 also compiled locally.

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