[git-users] ssh crashes on git clone, version 4.6 seems rather old?

2011-09-13 Thread tombert
Using Git Gui (1.7) to clone a project the ssh unexpectacly crashes with no further error information. Checking the ssh version supplied with Git reveals OpenSSH_4.6p1. The version supplied with MinSYS is 5.4p1. So I simply replaced Gits ssh version with the one comming with MinSYS - Git Gui work

[git-users] project cloning with url - colon not discarded from host-name

2011-09-13 Thread tombert
Trying to clone from a project with url: @: Real-world example: tom@myserver:/cmdata/git/myproject fails with an error "could not resolve hostname myserver:: no address associated with name" Take special attention on the two colons :: because when I try to clone from (removed the colon after the

Re: [git-users] project cloning with url - colon not discarded from host-name

2011-09-13 Thread Konstantin Khomoutov
On Tue, 13 Sep 2011 01:41:30 -0700 (PDT) tombert wrote: > Trying to clone from a project with url: > @: > > Real-world example: > tom@myserver:/cmdata/git/myproject > > fails with an error "could not resolve hostname myserver:: no address > associated with name" > > Take special attention on t

Re: [git-users] ssh crashes on git clone, version 4.6 seems rather old?

2011-09-13 Thread Konstantin Khomoutov
On Tue, 13 Sep 2011 01:30:02 -0700 (PDT) tombert wrote: > Using Git Gui (1.7) to clone a project the ssh unexpectacly crashes > with no further error information. > > Checking the ssh version supplied with Git reveals OpenSSH_4.6p1. > The version supplied with MinSYS is 5.4p1. > > So I simply r

[git-users] Re: Viewing html

2011-09-13 Thread er
On Sep 12, 9:55 pm, Thomas Ferris Nicolaisen wrote: > No, Github repos will always show you the sources. However, there's a > special mechanism for that on Github called "Pages": > > http://pages.github.com/ > > Aside from that, there's also a documentation function that will display > readme-fil

[git-users] Re: project cloning with url - colon not discarded from host-name

2011-09-13 Thread tombert
On Sep 13, 11:59 am, Konstantin Khomoutov wrote: >  * According to the "GIT URLS" section of the git-clone manual page, >    a stray colon between the server and path components is only allowed >    when working over SSH (to mimic scp's convention). >    So are you cloning via SSH?  I would not

[git-users] Re: ssh crashes on git clone, version 4.6 seems rather old?

2011-09-13 Thread tombert
On Sep 13, 12:05 pm, Konstantin Khomoutov wrote: >  * This is just a dirty hack.  If you really want to make msysgit better >    consider patching it to fetch and build a newer OpenSSH client, >    then submit a patch (via the msysgit mailing list). >    The project is undermanned so such a patc

Re: [git-users] Re: project cloning with url - colon not discarded from host-name

2011-09-13 Thread Konstantin Khomoutov
On Tue, 13 Sep 2011 04:04:04 -0700 (PDT) tombert wrote: > >  * According to the "GIT URLS" section of the git-clone manual page, > >    a stray colon between the server and path components is only > > allowed when working over SSH (to mimic scp's convention). > >    So are you cloning via SSH?  I

Re: [git-users] Re: Viewing html

2011-09-13 Thread Konstantin Khomoutov
On Tue, 13 Sep 2011 03:23:34 -0700 (PDT) er wrote: [...] > $ git checkout -b gh-pages origin/gh-pages > warning: unable to unlink c_array/doc/html/c_array_HTML.manifest: > Permission denied > warning: unable to unlink c_array/doc/html/index.html: Permission > denied > Branch gh-pages set up to tr

[git-users] Re: project cloning with url - colon not discarded from host-name

2011-09-13 Thread tombert
Ok - I tried in Ubuntu and yes there it works. And ... for whatever reason after having restarted the git bash I can't reproduce this error any more ... I'am sorry for having wasted your time ... thx -- You received this message because you are subscribed to the Google Groups "Git for human be

Re: [git-users] Re: Viewing html

2011-09-13 Thread er
On 9/13/11 1:48 PM, Konstantin Khomoutov wrote: On Tue, 13 Sep 2011 03:23:34 -0700 (PDT) er wrote: [...] $ git checkout -b gh-pages origin/gh-pages warning: unable to unlink c_array/doc/html/c_array_HTML.manifest: Permission denied warning: unable to unlink c_array/doc/html/index.html: Permiss

Re: [git-users] Viewing html

2011-09-13 Thread PJ Weisberg
On Tuesday, September 13, 2011, er wrote: > -rw-r--r-- 1 root staff 11 Aug 28 21:43 c_array/doc/html/c_array_HTML.manifest > -rw-r--r-- 1 root staff 12998 Sep 2 21:58 c_array/doc/html/index.html > drwxr-xr-x 4 root staff 136 Aug 28 17:32 c_array/doc/html/ > > uid=502(er) gid=20(staff) gr

[git-users] Re: Viewing html

2011-09-13 Thread er
On Sep 13, 4:36 pm, PJ Weisberg wrote: > On Tuesday, September 13, 2011, er wrote: > > -rw-r--r--  1 root  staff  11 Aug 28 21:43 > > c_array/doc/html/c_array_HTML.manifest> -rw-r--r--  1 root  staff  12998 Sep   > 2 21:58 c_array/doc/html/index.html > > drwxr-xr-x  4 root  staff  136 Aug 28 17:3

Re: [git-users] Re: Viewing html

2011-09-13 Thread Konstantin Khomoutov
On Tue, 13 Sep 2011 16:16:51 +0200 er wrote: > > [...] > >> $ git checkout -b gh-pages origin/gh-pages > >> warning: unable to unlink c_array/doc/html/c_array_HTML.manifest: > >> Permission denied > >> warning: unable to unlink c_array/doc/html/index.html: Permission > >> denied > >> Branch gh-pa

Re: [git-users] Viewing html

2011-09-13 Thread Konstantin Khomoutov
On Tue, 13 Sep 2011 07:36:15 -0700 PJ Weisberg wrote: [...] > Were you running as root when you checked out? The files are owned > by root, and only root has permission to delete them. Not quite correct. On POSIX, right to delete a file is controlled by the permissions on the containing directo

[git-users] Re: Viewing html

2011-09-13 Thread er
On Sep 13, 4:50 pm, Konstantin Khomoutov wrote: > On Tue, 13 Sep 2011 16:16:51 +0200 > > > > > > > > > > er wrote: > > > [...] > > >> $ git checkout -b gh-pages origin/gh-pages > > >> warning: unable to unlink c_array/doc/html/c_array_HTML.manifest: > > >> Permission denied > > >> warning: unable

Re: [git-users] Re: Viewing html

2011-09-13 Thread Konstantin Khomoutov
On Tue, 13 Sep 2011 07:46:26 -0700 (PDT) er wrote: [...] > > Were you running as root when you checked out?  The files are owned > > by root, and only root has permission to delete them. > > > > Assuming you have permission to run sudo, you might want to run: > > > > sudo chown -R er . > > > > to

Re: [git-users] Re: Viewing html

2011-09-13 Thread Konstantin Khomoutov
On Tue, 13 Sep 2011 07:58:25 -0700 (PDT) er wrote: [...] > > > >> $ git checkout -b gh-pages origin/gh-pages > > > >> warning: unable to unlink > > > >> c_array/doc/html/c_array_HTML.manifest: Permission denied > > > >> warning: unable to unlink c_array/doc/html/index.html: > > > >> Permission de

Re: [git-users] Re: Viewing html

2011-09-13 Thread er
Thank you for all these explanations. -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to git-users@googlegroups.com. To unsubscribe from this group, send email to git-users+unsubscr...@googlegroups.com

[git-users] Re: git-svn: server-side madness has killed my buzz

2011-09-13 Thread abgalphabet
I can't get the right use of the --ignore-paths too after dozen of attempt. The strategy i used is the same as n8gray. just create another folder for the project's valid branches only. On Sep 3, 5:55 am, n8gray wrote: > Hi Thomas, > > Thanks for the reply.  I ended up creating a new folder with a