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

Setting up Authentication in subversion

From: ken carlino <ken.carlino_at_gmail.com>
Date: 2007-03-11 22:22:57 CET

Hi,

I am trying to setup Authentication in subversion.
My questions is : can i use the same password file as Trac which setup
like this:
Adding Authentication ¶

The simplest way to enable authentication with Apache is to create a
password file. Use the htpasswd program to create the password file:

$ htpasswd -c /somewhere/trac.htpasswd admin
New password: <type password>
Re-type new password: <type password again>
Adding password for user admin

This password file is encrpyted, instead of being a text file in
subversion example.

Thank you.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Mar 11 22:23:19 2007

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.