CollabNet: a Subversion client for Netbeans
As of now it is hard to find CollabNet debian package. Hence, I went back to traditional way of installing .rpm packages available for CollabNet.
A simple guide is presented here for you,
Firstly install alien package which converts .rpm packages to .deb
sudo apt-get install alien
then, download http://downloads-guests.open.collab.net/files/documents/61/921/CollabNetSubversion-client-1.5.1-2.i386.rpm
Run, sudo alien --to-deb CollabNetSubversion-client-1.5.1-2.i386.rpm
this will convert .rpm to .deb
then run,
sudo dpkg -i collabnetsubversion-client_1.5.1-2_i386.deb
Now, configure Netbeans with SVN.
Go to Netbeans > tools > options > set the proxy (check whether you need it or not)
Then, tools > options > select Versioning (Subversion) > miscellaneous > provide SVN executable path (often /usr/bin or /usr/local/bin)
then, go to Team > Subversion > Check out > Mention SVN repo URL (http://your_repo.org/svn/ProjectName/trunk)
Finally, select the check out folder. Hope this will help you.
A simple guide is presented here for you,
Firstly install alien package which converts .rpm packages to .deb
sudo apt-get install alien
then, download http://downloads-guests.open.collab.net/files/documents/61/921/CollabNetSubversion-client-1.5.1-2.i386.rpm
Run, sudo alien --to-deb CollabNetSubversion-client-1.5.1-2.i386.rpm
this will convert .rpm to .deb
then run,
sudo dpkg -i collabnetsubversion-client_1.5.1-2_i386.deb
Now, configure Netbeans with SVN.
Go to Netbeans > tools > options > set the proxy (check whether you need it or not)
Then, tools > options > select Versioning (Subversion) > miscellaneous > provide SVN executable path (often /usr/bin or /usr/local/bin)
then, go to Team > Subversion > Check out > Mention SVN repo URL (http://your_repo.org/svn/ProjectName/trunk)
Finally, select the check out folder. Hope this will help you.
Comments