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

Re: Configuring Server in redhat enterprise 5

From: Ryan Schmidt <subversion-2008c_at_ryandesign.com>
Date: Fri, 4 Jul 2008 10:19:39 -0500

On Jul 4, 2008, at 09:50, Paulo J. Matos wrote:

> I have installed rpm 1.4.2.2 in EL5 and I want to serve through svn
> +ssh.
> The repositories should be at:
> /repository/svn-repositories/

If you want to restrict svnserve to find repositories in that
location only, you should use the -r option to svnserve. Since you
don't start svnserve yourself, but instead the ssh server starts it
for you when needed, you need some ssh configuration tricks:

http://svnbook.red-bean.com/en/1.4/
svn.serverconfig.svnserve.html#svn.serverconfig.svnserve.sshtricks

> However, I cannot find a place to make this the default location.
> I created a few reps with svn admin and I can checkout through file://
> in the localhost. Through ssh in localhost I get:
> $ svn list svn+ssh://localhost/repository/svn-repositories/test
> pocm06r_at_localhost's password:
> svn: Can't open file
> '/etc/opt/CollabNet_Subversion/conf/svnserve_auth_file': No such file
> or directory
>
> Any suggestions?

It sounds like you need to create the file

/etc/opt/CollabNet_Subversion/conf/svnserve_auth_file

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-07-04 17:20:09 CEST

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.