GiveALink Repository

Subversion repository for GiveALink

The GiveALink code is housed in the NaN repository at /u/cnets/repos. It can be checked out with:

svn checkout svn+ssh://yourusername@smithers.cs.indiana.edu/u/cnets/repos/givealink/trunk

Note: GiveALink revision 2137 was the last revision at Ben's svn repository in Torino before the dump. (the old ben@givalink.isi.it repository)
The actual dumpfile used for the move is located at
/u/givalink/archives/givealink-dump-Mar09.dmp

The manual for Subversion is located at http://svnbook.red-bean.com/en/1.5/index.html

Setting Up Eclipse

To set up Eclipse with this Subversion repository, go to "File >> New >> Other" and then select "SVN >> Checkout Projects from SVN"

In the dialogue box which appears, enter svn+ssh://yourusername@smithers.cs.indiana.edu/u/cnets/repos/givealink/trunk

This should work just fine if you did your SSH setup correctly in the HowToGetStarted phase of setting up your working environment.

Known Issues With Eclipse and Subversion

NOTE If you get an error in Eclipse such as "Network connection closed unexpectedly", check Preferences... > Team > SVN. If it says "JavaHL" then switch it to "SVNKit" and see if that solves the problem. If the JavaHL ssh settings are not set correctly on your computer, you can update them, but SVNKit already works and it's an easier fix.