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

Re: 1.2 features: svn ls

From: Michael Sinz <michael.sinz_at_gmail.com>
Date: 2005-03-10 13:40:23 CET

On Thu, 10 Mar 2005 11:24:28 +0100, Lübbe Onken <l.onken@rac.de> wrote:\
> [...]
> BTW: Has anyone already written something (preferrably in PHP) that
> parses a svn_autz file and uses this information to list the
> repositories in svnparentpath?

Yes but not in PHP... and it is still a bit rough but not that bad.
It uses the svn_authz configuration file to read both the repositories
and the comments about those repositories and displays the list of
the repositories, disk usage, and the comments and automatically
makes a link to that repository.

Now, the code where this is in also provides for some administration of
the authentication/access control files but that is only a minor part.

See the end of the admin.cgi, where it generates the html table of
id="accessinfo" (Note that it adds the example repository magically
due to the implied example repository behavior in the code. This
is specific to my use of the system - and should be factored out
of the public release of the code or somehow regularized. Still have
not had the chance to deal with the admin CGIs as to public use
as they were just quickly put together to enable departments to
admin their own repositories.)

See http://insurrection.tigris.org/source/browse/insurrection/src/admin.cgi?rev=1.1&content-type=text/vnd.viewcvs-markup

-- 
Michael Sinz               Technology and Engineering Director/Consultant
"Starting Startups"                          mailto:Michael.Sinz@sinz.org
My place on the web                      http://www.sinz.org/Michael.Sinz
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 10 16:27:50 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.