"pgier" wrote : "scott.stark(a)jboss.org" wrote :
| | Why not have a single maven repo under svn where only devs with release tech
permission can put out non-snapshot releases? Does svn support that type of filename
pattern permissions or is it only path based?
| |
| | Having the repo under svn (not cvs due to refactoring problems) is a good thing
for tracking who changed what.
| |
| I'm not sure if SVN could provide that type of filename matching permissions. It
doesn't appear to be available without changes to the svn apache modules.
| I agree with you that for now we should leave the release repository under version
control, but in the future it may not be necessary.
|
Actually, by using a pre-commit hook you can enforce any arbitrarily complex [write]
permission policy you want. Unfortunately there are no hooks (to my knowledge) that can
restrict read access.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025094#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...