[git-users] Need help in installing GIT in IBM-AIX Unix Server

2012-12-30 Thread gaugeta
Hello Guys, I want to install GIT in IBM-AIX UNIX Server. When I visited the GIT website I could find the installation packages for only Windows,Linux and Mac. Where can I get the installation package for AIX Unix Sever and what's the installation procedure for the same. Regards, Gautam. --

Re: [git-users] Need help in installing GIT in IBM-AIX Unix Server

2012-12-30 Thread gaugeta
@Shrinivasan T : Thanks for replying. What does compliling from source mean. I'm very new to GIT. Can you please elaborate. --

[git-users] Installing Dependent Libraries for Git

2012-12-30 Thread gaugeta
Hello Guys, For installing GIT the website says that I need to have the foll libraries : curl, zlib, openssl, expat, and libiconv. And says that I can install using the yum or the apt-get command. I work on an IBM-AIX Unix server and both the yum and apt-get commands are not present. How

Re: [git-users] Need help in installing GIT in IBM-AIX Unix Server

2012-12-30 Thread gaugeta
Thnaks a lot. Will try these options ang get back if I face any issues. --

[git-users] Issue in checking out repo in GIT in eclipse

2013-01-07 Thread gaugeta
Hello Guys, ** I have a git repo in my Ubuntu server set up. I want to checkout that repo on my windows machine into eclipse. I have installed EGIT plugin my eclipse. I tried checking importing the files from using the plugin by choosing the URI option in eclipse and got an Unknown

[git-users] What is the best way to use GIT for versioning Java Website

2013-01-27 Thread gaugeta
I have a git repo installed in my unix for version tracking our JEE website. I have currently run into issues not in the usage of git but the way in which I am suppose to use it which is explained below. I work in a team of 3 developers which contribute to the website development. Initially