You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Vitaliy Okulov <vi...@gmail.com> on 2007/07/27 07:33:57 UTC

web frontend for SVN repos with path-based authorization

Здравствуйте, users.

Hi all.
I need web frontend for SVN repos with path-based authorization.

-- 
С уважением,
 Vitaliy                          mailto:vitaliy.okulov@gmail.com

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


Re: web frontend for SVN repos with path-based authorization

Posted by John Peacock <jp...@rowman.com>.
Rainer Sokoll wrote:
> As long as you do not need diffs, no meta information (author, log
> messages and the like), only HEAD revision: yes, you are correct.

I believe SVN::Web:

	http://search.cpan.org/search?query=SVN%3A%3AWeb

will do what you want (it's very lightweight), but maybe I'm missing some subtle
nuance.  Do you want *additional* path-based security or just what is already
available at the Subversion level?

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Blvd
Suite H
Lanham, MD 20706
301-459-3366 x.5010
fax 301-429-5747

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

Re: web frontend for SVN repos with path-based authorization

Posted by Toby Thain <to...@smartgames.ca>.
On 27-Jul-07, at 9:58 AM, Rainer Sokoll wrote:

> On Fri, Jul 27, 2007 at 08:53:24AM -0400, Andy Levy wrote:
>> On 7/27/07, Rainer Sokoll <R....@intershop.de> wrote:
>>> On Fri, Jul 27, 2007 at 04:48:08PM +0400, Vitaliy Okulov wrote:
>>>
>>>> Trac very heavy for me. I don`t need project managment software, i
>>>> need only web frontend for SVN repos.
>>>
>>> You can disable all components but the repo browser.
>>
>> If all you need is a web-based repo browser, why bother with Trac
>> then? SVN+Apache handles the requirement (as I read it) perfectly
>> fine.
>
> As long as you do not need diffs, no meta information (author, log
> messages and the like), only HEAD revision: yes, you are correct.


That's right. Trac is considerable value add to Apache module's  
absolutely minimal browsing support.

Vitaliy, Trac is a quite lightweight system, I think you will find  
that it works well for this purpose, and as Rainer suggests, you can  
cut it down to minimum functionality using its permissions system  
(disabled modules disappear from UI).

--Toby

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

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

Re: web frontend for SVN repos with path-based authorization

Posted by Rainer Sokoll <R....@intershop.de>.
On Fri, Jul 27, 2007 at 08:53:24AM -0400, Andy Levy wrote:
> On 7/27/07, Rainer Sokoll <R....@intershop.de> wrote:
> > On Fri, Jul 27, 2007 at 04:48:08PM +0400, Vitaliy Okulov wrote:
> >
> > > Trac very heavy for me. I don`t need project managment software, i
> > > need only web frontend for SVN repos.
> >
> > You can disable all components but the repo browser.
> 
> If all you need is a web-based repo browser, why bother with Trac
> then? SVN+Apache handles the requirement (as I read it) perfectly
> fine.

As long as you do not need diffs, no meta information (author, log
messages and the like), only HEAD revision: yes, you are correct.

Rainer

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

Re: web frontend for SVN repos with path-based authorization

Posted by Andy Levy <an...@gmail.com>.
On 7/27/07, Rainer Sokoll <R....@intershop.de> wrote:
> On Fri, Jul 27, 2007 at 04:48:08PM +0400, Vitaliy Okulov wrote:
>
> > Trac very heavy for me. I don`t need project managment software, i
> > need only web frontend for SVN repos.
>
> You can disable all components but the repo browser.

If all you need is a web-based repo browser, why bother with Trac
then? SVN+Apache handles the requirement (as I read it) perfectly
fine.

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

Re: web frontend for SVN repos with path-based authorization

Posted by Rainer Sokoll <R....@intershop.de>.
On Fri, Jul 27, 2007 at 04:48:08PM +0400, Vitaliy Okulov wrote:

> Trac very heavy for me. I don`t need project managment software, i
> need only web frontend for SVN repos.

You can disable all components but the repo browser.

Rainer

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

Re[2]: web frontend for SVN repos with path-based authorization

Posted by Vitaliy Okulov <vi...@gmail.com>.
Здравствуйте, Toby.

Вы писали 27 июля 2007 г., 16:27:18:

> On 27-Jul-07, at 4:33 AM, Vitaliy Okulov wrote:

>> Здравствуйте, users.
>>
>> Hi all.
>> I need web frontend for SVN repos with path-based authorization.

> Trac is one.

> --Toby


>>
>> -- 
>> С уважением,
>>  Vitaliy                          mailto:vitaliy.okulov@gmail.com
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
>> For additional commands, e-mail: users-help@subversion.tigris.org
>>

Trac very heavy for me. I don`t need project managment software, i
need only web frontend for SVN repos.

-- 
С уважением,
 Vitaliy                          mailto:vitaliy.okulov@gmail.com

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


Re: web frontend for SVN repos with path-based authorization

Posted by Toby Thain <to...@smartgames.ca>.
On 27-Jul-07, at 4:33 AM, Vitaliy Okulov wrote:

> Здравствуйте, users.
>
> Hi all.
> I need web frontend for SVN repos with path-based authorization.

Trac is one.

--Toby


>
> -- 
> С уважением,
>  Vitaliy                          mailto:vitaliy.okulov@gmail.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>

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