On Tue, Nov 19, 2002 at 05:52:57PM -0500, Andrew Hogue wrote:
> Hi again,
>
> I changed the user to be my own account just to check if that was the case
> and I still get the same error message.
>
> I chmod -R a+rw to the repository file and it still gives the same
> message.
>
> Is there anything else to check?
Hmm, I just had to deal with the same kind of error. A checkout from a remote
linux box did work, but not from the solaris system (the system with the
apache). Strangely enough, updating an already checked out repository was possible.
After some digging, the problem turned out to be a password longer than
8 chars. Deep in the apr routines, the getpass() function is called, which under
solaris only uses 8 characters (or, more precisely, PASS_MAX), but under linux
more.
Hope this helps.
--Swen
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Nov 20 10:02:48 2002