Re: building git ; need suggestion

2013-03-18 Thread David Aguilar
On Mon, Mar 18, 2013 at 5:24 AM, Joydeep Bakshi wrote: > I'm closer to my requirement. I have found gitweb simply provide a GUI for > history check > and code comparison. And the git itself is good enough to do the ACL stuff > with hooks. > > I already have the following code to deploy the push

Re: building git ; need suggestion

2013-03-18 Thread Joydeep Bakshi
I'm closer to my requirement. I have found gitweb simply provide a GUI for history check and code comparison. And the git itself is good enough to do the ACL stuff with hooks. I already have the following code to deploy the push into its work-tree === #!/bin/bash while

Re: building git ; need suggestion

2013-03-17 Thread Joydeep Bakshi
On 15-Mar-2013, at 6:44 PM, Magnus Bäck wrote: >> > > Right, but that's R/W permissions. Almost any piece of Git hosting > software supports restriction of pushes. Discriminating *read* access > between developers and maintenance people sounds like a disaster if it's > the same organisation.

Re: building git ; need suggestion

2013-03-15 Thread Paul Campbell
On Fri, Mar 15, 2013 at 12:52 PM, Joydeep Bakshi wrote: > > On 15-Mar-2013, at 6:14 PM, Fredrik Gustafsson wrote: > >> On Fri, Mar 15, 2013 at 05:54:05PM +0530, Joydeep Bakshi wrote: >>> [1] the server will have different git repo with branches >>> [2] there will be a web-based GUI which must be

Re: building git ; need suggestion

2013-03-15 Thread Konstantin Khomoutov
On Fri, 15 Mar 2013 13:44:15 +0100 Fredrik Gustafsson wrote: [...] > The webgui that's most populair is cgit and git-web. They don't do ACL > afaik. gitweb passes around branch names using a specific parameter in the GET queries it operates on, like http://gitweb.domain.local/?p=repo.git;a=short

Re: building git ; need suggestion

2013-03-15 Thread Magnus Bäck
On Friday, March 15, 2013 at 08:52 EDT, Joydeep Bakshi wrote: > On 15-Mar-2013, at 6:14 PM, Fredrik Gustafsson wrote: > > > gitolite have a more fine ACL. Check it out. However it doesn't > > really meet your needs with web-interface (and I'm not even sure > > about the ACL thing is fine e

Re: building git ; need suggestion

2013-03-15 Thread Joydeep Bakshi
On 15-Mar-2013, at 6:14 PM, Fredrik Gustafsson wrote: > On Fri, Mar 15, 2013 at 05:54:05PM +0530, Joydeep Bakshi wrote: >> [1] the server will have different git repo with branches >> [2] there will be a web-based GUI which must be flexible to show just a >> specific branch of a repo based on u

Re: building git ; need suggestion

2013-03-15 Thread Joydeep Bakshi
forgot to mention: a code review system like gerrit is also helpful, but don't know if gerrit has such fine control mechanism. On 15-Mar-2013, at 5:54 PM, Joydeep Bakshi wrote: > Hello list, > > Greetings !!! > > I'm building a git repo on a dedicated server; hen

Re: building git ; need suggestion

2013-03-15 Thread Fredrik Gustafsson
On Fri, Mar 15, 2013 at 05:54:05PM +0530, Joydeep Bakshi wrote: > [1] the server will have different git repo with branches > [2] there will be a web-based GUI which must be flexible to show just a > specific branch of a repo based on user authentication > [3] the web-based GUI should also have th