<br>I've tried retrieving XCB from the following without any issues:<br><br>git clone git://<a href="http://anongit.freedesktop.org/git/xcb/libxcb">anongit.freedesktop.org/git/xcb/libxcb</a><br><br>however this gives me XCB 1.2 since the README had a separate for developers section and since I wanted the cutting edge devel tree so I could apply my win32 patches and put them up on githhub I thought git clone git+ssh://<a href="http://git.freedesktop.org/git/xcb/libxcb" target="_blank">git.freedesktop.org/git/xcb/libxcb</a> would do it.<br>
<br>Should I just apply the patches on 1.2 and upload on github? or is there a more recent tree I could get from somewhere<br><br><br><div class="gmail_quote">On Tue, May 5, 2009 at 4:55 PM, Antoine Latter <span dir="ltr"><<a href="mailto:aslatter@gmail.com">aslatter@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">On Tue, May 5, 2009 at 4:51 AM, Jeetu Golani <<a href="mailto:jeetu.golani@gmail.com">jeetu.golani@gmail.com</a>> wrote:<br>
> Hi guys,<br>
><br>
> I finally thought I'd get around to put up xcb with the win32 port on<br>
> github. I've been trying to retrieve the current xcb master from git using<br>
> the following command I saw in the README:<br>
><br>
> git clone git+ssh://<a href="http://git.freedesktop.org/git/xcb/libxcb" target="_blank">git.freedesktop.org/git/xcb/libxcb</a><br>
><br>
> Unfortunately this fails and fallsback to password authentication. I tried<br>
> debugging using ssh -vvv <a href="mailto:jeetu@git.freedesktop.org">jeetu@git.freedesktop.org</a> and see the following<br>
> output:<br>
><br>
> ssh -vvv <a href="mailto:jeetu@git.freedesktop.org">jeetu@git.freedesktop.org</a><br>
<br>
</div>Have you tried it without ssh? I've had:<br>
<br>
git clone git://<a href="http://git.freedesktop.org/git/xcb/libxcb" target="_blank">git.freedesktop.org/git/xcb/libxcb</a><br>
<br>
work for me in the past, I believe.<br>
</blockquote></div><br>