Re: [SVN-MIGRATION] GitHub and ACLs
[email protected] (shire) Tue, 21 Apr 2009 12:11:48 -0700
| Newsgroups | svn.migration |
|---|---|
| Message-ID | <[email protected]> |
sean finney wrote: > hi travis, > > On Mon, Apr 20, 2009 at 05:56:30PM -0500, Travis Swicegood wrote: >> needed before PHP could consider jumping onboard. He's hacked up a >> proof of concept that he's going to start working with. The code is >> online at: >> http://github.com/schacon/githooks/blob/88b25d960050a90c3143d13d72faea72fab6b907/update > > i thought there was already agreement that we were going to move to svn, with > a possible git-svn bridge available for us git users? has that changed? > That was my understanding. However, I'm still happy to discuss things I think Git-Hub could do to make it more appealing, I assume this would be useful to Git-Hub regardless of our decision to move or not as they are things other large OS projects would want too I assume. I think the next biggest missing feature/design that bothers me is the revision history which could use some design work and usability changes. For example the amount of information displayed is pretty limited considering the layout and icons, no time, etc. I don't believe there's good search capability either (by commit history, author, etc). I wouldn't really use the revision history at all as the git CLI is so much more powerful right now. I feel like some views are artificially limited by width, so you have to scroll: http://github.com/johannes/php-src/blob/b59592be8a004a71937240c0bf924b5e3f162ebe/Zend/zend_language_parser.y Especially apparent on the blame: http://github.com/johannes/php-src/blame/b59592be8a004a71937240c0bf924b5e3f162ebe/Zend/zend_language_parser.y Mostly little things, so I can't say it's a hold-up like ACLs, but just some suggestions. -shire