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

Re: Help with Subversion 1.3 on HP-UX 11.23 ia-64

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-08-25 17:59:43 CEST

On 8/25/06, Wendy Smoak <wsmoak@gmail.com> wrote:
> :::sigh::: Well, I thought it was working. "svn --version" works.
>
> Creating a repository locally, checking it out with
> svn co file:///home/wsmoak/svn_data/testrepo
> , adding a a file, svn diff, and svn commit all work fine, which is
> where I stopped last night.
>
> But trying to check out from our repo using the newly installed svn results in
>
> $ svn co svn://example.org/repos/irm/udt
> Authentication realm: <svn://example.org:3690> IRM Repository
> Password for 'wsmoak':
> ...
> svn: Authentication error from server: Password incorrect
>
> (Yes, I'm sure I typed it correctly. I also tried copying and pasting
> from the passwd file.)
>
> And trying to check out from a public repo gives
> $ svn co http://svn.apache.org/repos/asf/struts/maven/trunk/pom
> svn: Malformed URL for repository
>
> I can check out from our repo just fine on two other machines. Any
> idea which piece of the puzzle I should start with to figure this out?

Actually, this came up recently. HPUX has a busted getpass function
that truncates at 8 chacters. APR needs to be told not to use that...

See http://issues.apache.org/bugzilla/show_bug.cgi?id=40256

So you can either use shorter passwords, or hack APR such that it
doesn't use the system's getpass function :(

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Aug 25 18:01:52 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.