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

RE: subversion admin tool

From: James FitzGibbon <jfitzgibbon_at_primustel.ca>
Date: 2005-06-13 13:58:53 CEST

The main reason there is not 'change password' support in Subversion is that
subversion doesn't have a single system for authentication. Of the
supported repository methods, only 'svnserve' has built-in password support.
file:// doesn’t need it, svn+ssh:// relies on the underlying transport for
authentication, and http:// or https:// uses the many authentication modules
available for Apache.

TortoiseSVN (or any SVN client for that matter) can't presume to know the
mechanics of changing a password given the different backends, nor should
the backend presume to know the canonical source of password information.
On my servers, SVN authentication hits a custom LDAP schema. There is no
LDAP code in SVN, so where would one even begin to take on a password change
task? On other systems (not those used for SVN), password information
appears to be in the /etc/passwd and /etc/shadow files, but those files are
generated regularly from LDAP, so changes to them would be lost were a
backend to modify them.

SVN gives you great flexibility when it comes to authentication, but it
presumes that you are able to administer a database of users in your chosen
format prior to plugging SVN into it. If you've installed a completely new
user database for use with SVN, then you can either get some other utility
to allow users to change passwords or look at integrating SVN with a
pre-existing user database you have installed.

Regards

-----Original Message-----
From: Cagatay Catal [mailto:cagatay.catal@bte.mam.gov.tr]
Sent: Monday, June 13, 2005 7:12 AM
To: users@subversion.tigris.org
Subject: subversion admin tool

Hello,
I need a subversion admin tool to get reports from SVN repository.
Is there any tool which gives us some reports?

Also; is there any simple tools for developers to change their passwords
in SVN? Why does not Tortoise SVN support this?

Thank you.
Cagatay

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

-- 
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.323 / Virus Database: 267.6.9 - Release Date: 6/11/2005
 
-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.323 / Virus Database: 267.6.9 - Release Date: 6/11/2005
 
-- 
----------------------------------------------------------------------------
This electronic message contains information from Primus Telecommunications
Canada Inc. ("PRIMUS") , which may be legally privileged and confidential.
The information is intended to be for the use of the individual(s) or entity
named above. If you are not the intended recipient, be aware that any
disclosure, copying, distribution or use of the contents of this information
is prohibited. If you have received this electronic message in error, please
notify us by telephone or e-mail (to the number or address above)
immediately. Any views, opinions or advice expressed in this electronic
message are not necessarily the views, opinions or advice of PRIMUS.
It is the responsibility of the recipient to ensure that
any attachments are virus free and PRIMUS bears no responsibility
for any loss or damage arising in any way from the use
thereof.The term "PRIMUS" includes its affiliates.
----------------------------------------------------------------------------
Pour la version en français de ce message, veuillez voir
 http://www.primustel.ca/fr/legal/cs.htm
----------------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jun 13 14:00:59 2005

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.