[git-users] git build linker error

2012-06-11 Thread sinbad
hi, i'm trying to build git, how to get rid of the following linker error. LINK git-daemon /usr/bin/ld: cannot find -lz collect2: ld returned 1 exit status make: *** [git-daemon] Error 1 thanks -- You received this message because you are subscribed to the Google Groups "Git for human be

[git-users] Re: git svn and depth

2012-05-16 Thread sinbad
On May 16, 1:52 am, Thomas Ferris Nicolaisen wrote: > There is no depth option for Git svn. Try -r instead, and pass it the latest > revision with HEAD like this: > > git svn clone -r  [svn-url] apparently, when i run this command git is hanging is the cmd correct, i don't see HEAD option given

[git-users] git svn and depth

2012-05-15 Thread sinbad
how to fetch just the latest version of a code from svn repo using git. "git svn clone --depth 1 " doesn't seem to work, it is throwing an error, 'unkown option depth'. i'm running git version 1.7.10 on a windows machine. is there any other way to just checkout the latest snapshot of the code. bt