Freeze a Repo?

View: New views
7 Messages — Rating Filter:   Alert me  

Freeze a Repo?

by baby-6 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Maybe this isn't a smartsvn question... But maybe it is!

I need to enforce a no-commit policy on one of my projects. Is there a  
way to do this via smartsvn?

Thanks and sorry for pestering...

baby


------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/smartsvn/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/smartsvn/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:smartsvn-digest@...
    mailto:smartsvn-fullfeatured@...

<*> To unsubscribe from this group, send an email to:
    smartsvn-unsubscribe@...

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/


Re: Freeze a Repo?

by Damien McKenna-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 8/5/09 2:46 PM, baby wrote:
> I need to enforce a no-commit policy on one of my projects. Is there a
> way to do this via smartsvn?

Check your config files: conf/svnserve.conf

You'll want to update the following settings:

anon-access = read
auth-access = read

Damien



------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/smartsvn/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/smartsvn/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:smartsvn-digest@...
    mailto:smartsvn-fullfeatured@...

<*> To unsubscribe from this group, send an email to:
    smartsvn-unsubscribe@...

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/


Re: Freeze a Repo?

by syntevo Support-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> > I need to enforce a no-commit policy on one of my projects. Is there a
> > way to do this via smartsvn?
>
> Check your config files: conf/svnserve.conf

For Apache, following section of the SVN book might be interesting:

 http://svnbook.red-bean.com/en/1.5/svn.serverconfig.httpd.html#svn.serverconfig.httpd.authz.perdir


--
Best regards,
Marc Strapetz
_____________
syntevo GmbH
www.syntevo.com



Damien McKenna <damien.mckenna@...> wrote:

> On 8/5/09 2:46 PM, baby wrote:
> > I need to enforce a no-commit policy on one of my projects. Is there a
> > way to do this via smartsvn?
>
> Check your config files: conf/svnserve.conf
>
> You'll want to update the following settings:
>
> anon-access = read
> auth-access = read
>
> Damien
>
>
>
> ------------------------------------
>
> Yahoo! Groups Links
>
>
>
>








------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/smartsvn/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/smartsvn/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:smartsvn-digest@...
    mailto:smartsvn-fullfeatured@...

<*> To unsubscribe from this group, send an email to:
    smartsvn-unsubscribe@...

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/


Re: Freeze a Repo?

by baby-6 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I set svnserv.conf
anon-access = read
auth-access = read

But I can still commit...

Is that intended behavior?

-baby

On Aug 5, 2009, at 2:46 PM, baby wrote:

> Maybe this isn't a smartsvn question... But maybe it is!
>
> I need to enforce a no-commit policy on one of my projects. Is there a
> way to do this via smartsvn?
>
> Thanks and sorry for pestering...
>
> baby
>
>



[Non-text portions of this message have been removed]



------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/smartsvn/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/smartsvn/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:smartsvn-digest@...
    mailto:smartsvn-fullfeatured@...

<*> To unsubscribe from this group, send an email to:
    smartsvn-unsubscribe@...

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/


Re: Freeze a Repo?

by syntevo Support-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> I set svnserv.conf

It's svnserve.conf. Is that file actually used by your server (i.e. you are
running svnserve, not Apache)?

--
Best regards,
Marc Strapetz
_____________
syntevo GmbH
www.syntevo.com


baby <baby@...> wrote:

> I set svnserv.conf
> anon-access = read
> auth-access = read
>
> But I can still commit...
>
> Is that intended behavior?
>
> -baby
>
> On Aug 5, 2009, at 2:46 PM, baby wrote:
>
> > Maybe this isn't a smartsvn question... But maybe it is!
> >
> > I need to enforce a no-commit policy on one of my projects. Is there a
> > way to do this via smartsvn?
> >
> > Thanks and sorry for pestering...
> >
> > baby
> >
> >
>
>
>
> [Non-text portions of this message have been removed]
>
>
>
> ------------------------------------
>
> Yahoo! Groups Links
>
>
>
>








------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/smartsvn/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/smartsvn/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:smartsvn-digest@...
    mailto:smartsvn-fullfeatured@...

<*> To unsubscribe from this group, send an email to:
    smartsvn-unsubscribe@...

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/


Parent Message unknown Re: Freeze a Repo?

by baby-6 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Yes, of course I set svnserve.conf. I am running Apache2.

Thanks!

On Aug 12, 2009, at 8:23 AM, vvor wrote:

>>
>>
>> > I set svnserv.conf
>>
>> It's svnserve.conf. Is that file actually used by your server (i.e.  
>> you are
>> running svnserve, not Apache)?
>>
>> --
>> Best regards,
>> Marc Strapetz
>> _____________
>> syntevo GmbH
>> www.syntevo.com
>>
>> baby <baby@...> wrote:
>>
>> > I set svnserv.conf
>> > anon-access = read
>> > auth-access = read
>> >
>> > But I can still commit...
>> >
>> > Is that intended behavior?
>> >
>> > -baby
>> >
>>



[Non-text portions of this message have been removed]



------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/smartsvn/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/smartsvn/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:smartsvn-digest@...
    mailto:smartsvn-fullfeatured@...

<*> To unsubscribe from this group, send an email to:
    smartsvn-unsubscribe@...

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/


Re: Freeze a Repo?

by syntevo Support-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> Yes, of course I set svnserve.conf. I am running Apache2.

svnserve.conf is not honored by Apache. For details on how to configure
Apache, have a look at:

 http://svnbook.red-bean.com/nightly/en/svn.serverconfig.httpd.html

--
Best regards,
Marc Strapetz
=============
syntevo GmbH
http://www.syntevo.com
http://blog.syntevo.com



baby <baby@...> wrote:

> Yes, of course I set svnserve.conf. I am running Apache2.
>
> Thanks!
>
> On Aug 12, 2009, at 8:23 AM, vvor wrote:
> >>
> >>
> >> > I set svnserv.conf
> >>
> >> It's svnserve.conf. Is that file actually used by your server (i.e.  
> >> you are
> >> running svnserve, not Apache)?
> >>
> >> --
> >> Best regards,
> >> Marc Strapetz
> >> _____________
> >> syntevo GmbH
> >> www.syntevo.com
> >>
> >> baby <baby@...> wrote:
> >>
> >> > I set svnserv.conf
> >> > anon-access = read
> >> > auth-access = read
> >> >
> >> > But I can still commit...
> >> >
> >> > Is that intended behavior?
> >> >
> >> > -baby
> >> >
> >>
>
>
>
> [Non-text portions of this message have been removed]
>
>
>
> ------------------------------------
>
> Yahoo! Groups Links
>
>
>
>








------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/smartsvn/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/smartsvn/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:smartsvn-digest@...
    mailto:smartsvn-fullfeatured@...

<*> To unsubscribe from this group, send an email to:
    smartsvn-unsubscribe@...

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/