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

Re: Error checking out large repository -- illegal padding

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-07-30 01:00:39 CEST

Andy Helten wrote:
>

> All of this implies (to me anyway), that user 'harry' must have a system
> account. Am I missing something?

Yes. Chapter 6 explains there are two ways of invoking svnserve:

1. running svnserve as a daemon, and using its own built-in
authentication (CRAM-MD5) and private passwd file. No need for system
accounts. This is what svn:// urls are all about.

2. having svn clients run 'ssh remotehost svnserve', then talking to the
temporary svnserve process over the ssh tunnel. Users must have ssh
(system) accounts. This is what svn+ssh:// is all about.

Read chapter 6 closely... these are separate methods of using svnserve.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 30 00:59:00 2004

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.