On Wed, Dec 9, 2009 at 2:21 PM, Gus <[email protected]> wrote: > I have tried to install two gitorious on the same host, but on a > different path and running as a different user. The problem, is that > when I do a git clone... git tries to connect to the git-daemon's port > (9418) of the other installation, and not the new port (9518) that I > have specified. I must have missed something... but so far I couldn't > solve this issue. >
Gus, You will probably need two IP addresses on your server for this to work - and then set the two git daemons up to listen to one port each. -- Marius Mårnes Mathiesen Rubyist, Shortcut AS Tel.: (+47) 92 60 95 38. http://shortcut.no -- You received this message because you are subscribed to the Google Groups "Gitorious" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/gitorious?hl=en.
