Create directory in your $$Home directory (like Git_Repo)
Navigate to the directory, using your terminal window.
cd (name of newly created directory, like Git_Repo above)
Execute Git clone commands, one at a time.
git clone https://netid@stash.uconn.edu/scm/kfs/kfs5.git
git clone https://netid@stash.uconn.edu/scm/kfs/rice219embedded.git
git clone https://netid@stash.uconn.edu/scm/kfs/dbscripts-test.git
git clone https://netid@stash.uconn.edu/scm/kfs/dbscripts.git
If you are using KFS 6.0 with Maven, then you will want to clone the appropriate KFS repository. As of this writing, KFS 6.0 will be used.
- Clone the repository
git clone https://github.com/KualiCo/financials.git - Change to the directory with your financials repository.
- Switch to the appropriate branch or tag. In this case we will be using the kfs-6.0.0 tag
git checkout tags/kfs-6.0.0 - Your kfs financials repository should now be pointing to the appropriate code-base used with uconn kfs.
In Eclipse, click on Window+Perspective+open Perspective+Other
Choose Git
click OK
This will open a Git Repositories Tab.
Choose the create new local Git icon
Click Browse, to search for your Git directory
Choose your directory and click OK
Click Finish
You will see your project in the Git Repositories Tab.
Highlight your project
Right click on the project and select import projects.
click Finish
Click the Java button to switch to the Java perspective.
You will see the project in the Project Explorer window of the Java perspective.