Hi Kristis, Marcel, Just a thought on this: Here, we use a modified version of commit-access-control.pl to make tags read-only. Would it be better to concentrate on making scmbug very good at integrating SCM and bug tracking and avoid adding features that aren't tied in with that? If someone wanted read-only tags but not SCM-bug tracking integration, would it not be difficult for them to set scmbug up this way? If you had two tools, scmbug plus something like commit-access-control.pl, sure you would have the annoyance of having to tell two different tools how your branches/tags/trunk in Subversion are laid out, but that could probably be easily fixed by making a common configuration file and with some #include-style directive. Would there be significant performance differences between using one hook and two hooks?
Thanks in advance, David ---------------------------------------------- David O'Shea Engineer DSpace Pty Ltd [EMAIL PROTECTED] www.dspace.com.au T: +61 8 8260 8118 > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > Kristis Makris > Sent: Friday, 14 September 2007 05:01 > To: Marcel Loose > Cc: [email protected] > Subject: Re: [scmbug-users] Enhancement request: do not allow > commit to > atag in Subversion > > > Hi Marcel, what you are proposing is not just possible but would be an > ideal feature we'd like to add. This was proposed sometime ago: > > http://bugzilla.mkgnu.net/show_bug.cgi?id=859 > > No one is working on it right now. > > On Thu, 2007-09-13 at 13:29 +0200, Marcel Loose wrote: > > Hi, > > > > One of the "problems" I have with Subversion is that it > allows you to commit to a tag (CVS will not let you do this, > unless it is a branch tag of course). According to the > Subversion manual, you can make the tags directory > "create-only" by using an access control hook script. So, > since Scmbug is actually a, very nice and versatile, hook > script, would it be possible to add an option to Scmbug to > disallow commits to an existing directory in the tags directory? > > > > Regards, > > Marcel Loose. > > > > _______________________________________________ > > scmbug-users mailing list > > [email protected] > > http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users > _______________________________________________ scmbug-users mailing list [email protected] http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
