Re: [git-users] Git for Solaris 10 download

2012-10-23 Thread Diego A. Torres
That worked well, just followed the dependencies chain and this was my download/install list: Download and install libiconv Download libiconv: http://www.sunfreeware.com/sparc/10/libiconv-1.14-sol10-sparc-local.gz Unpackage: # gunzip libiconv-1.14-sol10-sparc-local.gz Install #

[git-users] Re: git clone and package fatal error: symbol deflateBound: referenced symbol not found

2012-10-23 Thread Diego A. Torres
Well, I have more info for the group: we can execute on server: # GIT_TRACE=1 git repack and will receive detailed information about the way of the command: trace: exec: 'git-repack' trace: run_command: 'git-repack' trace: built-in: git 'rev-parse' '--parseopt' '--' trace: built-in: git

Re: [git-users] Re: Checkout a remote branch

2012-10-23 Thread Gabriel Lau
I was just trying to see if there was any way to automate the process, because I still haven't mastered git. But the command you told me already helped me a lot and saved me a lot of unnecessary work, since I wanted to just switch between versions of a project that was in production server. No

Re: [git-users] Re: Checkout a remote branch

2012-10-23 Thread Max Hodges
I think the best way to get more efficient with using Git is to simply start using a GUI. Then these operations are all just a matter of a few clicks. I use SmartGit myself. some others are listed here http://git-scm.com/downloads/guis On Oct 24, 2012, at 11:33, Gabriel Lau