Connecting NetBeans 6.7 to SVN on Ubuntu
Posted by pebuchmann_super on 23 May 2009 | Tagged as: Software Development, Ubuntu, Uncategorized
These are the steps I had to take to establish a connection from within NetBeans 6.7 to my Subversion Repository via a https connection. Install svn -> sudo apt-get install svn Install an svn client, I chose RapidSVN -> sudo apt-get install rapidsvn In NetBeans select Team > SVN>Check out… and fill in the Form. [...]