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

RE: SVN API

From: Sander Striker <striker_at_apache.org>
Date: 2003-09-10 16:51:20 CEST

> From: sussman@collab.net [mailto:sussman@collab.net]
> Sent: Wednesday, September 10, 2003 3:47 PM

> "B. W. Fitzpatrick" <fitz@red-bean.com> writes:
>
> > Again, you refuse to acknowledge what I've said TWO times now: You can
> > do repository discovery with a script. I see no compelling reason to
> > make it part of the core functionality of Subversion.
>
> And as a matter of fact, some folks already *have* created a complete
> Web-based interface (all CGI) for creating/deleting/listing
> repositories.

I have no idea if this will work... probably will, give it a shot:

Alias /repositories /full/path/to/repositories
<Directory /full/path/to/repositories>
  Options +Indexes
</Directory>

<Location /repositories/a>
  DAV svn
  SVNPath /full/path/to/repositories/a

  ...
</Location>

<Location /repositories/b>
  DAV svn
  SVNPath /full/path/to/repositories/b

  ...
</Location>

...

Ofcourse it's specific to exposing your repositories via Apache.

Sander

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 10 16:52:22 2003

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.