Re: [git-users] git-daemon: “unable to allocate any listen sockets on host (null) port 9418”

2011-06-21 Thread Vinicius Massuchetto
2011/6/20 Konstantin Khomoutov flatw...@users.sourceforge.net: On Mon, Jun 20, 2011 at 05:04:12PM -0300, Vinicius Massuchetto wrote: [...] So, both of these actions will log this message into syslog: $sv stop git-daemon; sv start git-daemon $kill -9 git daemon pids So you mean if you

Re: [git-users] git-daemon: “unable to allocate any listen sockets on host (null) port 9418”

2011-06-21 Thread Konstantin Khomoutov
On Tue, 21 Jun 2011 08:33:42 -0300 Vinicius Massuchetto viniciusmassuche...@gmail.com wrote: [...] Yes. It appears to be listening properly. Here's the output of `netstat -ntlp | grep git`: tcp 0 0 0.0.0.0:9418 0.0.0.0:* LISTEN 23528/git-daemon tcp6 0 0 :::9418 :::* LISTEN

Re: [git-users] git-daemon: “unable to allocate any listen sockets on host (null) port 9418”

2011-06-21 Thread Vinicius Massuchetto
2011/6/21 Konstantin Khomoutov flatw...@users.sourceforge.net: On Tue, 21 Jun 2011 08:33:42 -0300 Vinicius Massuchetto viniciusmassuche...@gmail.com wrote: [...] Yes. It appears to be listening properly. Here's the output of `netstat -ntlp | grep git`: tcp 0 0 0.0.0.0:9418 0.0.0.0:*

[git-users] What do you do re: Git branching and development environments?

2011-06-21 Thread KCO
Hello folks... I was hoping that someone could help me out here. I'm just starting out with GIT and I'm trying to understand how to use branching as best as possible. I understand from the code perspective the benefits of using branching for things like feature releases, version releases,

Re: [git-users] What do you do re: Git branching and development environments?

2011-06-21 Thread Jeremiah Dodds
On Tue, Jun 21, 2011 at 3:24 PM, KCO kochin@gmail.com wrote: *Already I have a question... do most of you setup a local version of Drupal (or whatever it is) running on your desktop with a local version of the database as well? Yes, always, but generally not the same exact environment

[git-users] squash a branched branch?

2011-06-21 Thread Brian
Hi, I was wondering if it's possible to squash a branch when I have another branch coming off. To borrow from the manual modify their picture a bit, this is basically what I want to happen. H---I anotherTopic / A---B---C topic /