You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Ben Gollmer <be...@jatosoft.com> on 2003/02/27 21:49:39 UTC

Problems with --non-interactive in 0.18.1?

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

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

Posted by Ben Collins-Sussman <su...@collab.net>.
Ben Gollmer <be...@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

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

Posted by Ben Collins-Sussman <su...@collab.net>.
Ben Gollmer <be...@jatosoft.com> writes:

> On Thu, 27 Feb 2003 18:42:59 -0600, Ben Collins-Sussman <su...@collab.net>
> wrote:
> > Ben Gollmer <be...@jatosoft.com> writes:
> > 
> > > 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
> > 
> > Fixed in r5139.
> 
> Wow, check out that response time! Thanks!!

Thank you for finding the bug!


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

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

Posted by Ben Gollmer <be...@jatosoft.com>.
On Thu, 27 Feb 2003 18:42:59 -0600, Ben Collins-Sussman <su...@collab.net>
wrote:
> Ben Gollmer <be...@jatosoft.com> writes:
> 
> > 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
> 
> Fixed in r5139.

Wow, check out that response time! Thanks!!

-- 
Ben

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

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

Posted by Ben Collins-Sussman <su...@collab.net>.
Ben Gollmer <be...@jatosoft.com> writes:

> 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

Fixed in r5139.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org