Tag Archives: Subversion

Subversion Support for NetBeans 5.5 on Mac

I’ve been trying to get the Subversion support working within NetBeans 5.5 on my Mac and have been getting the following error message when I try to access the repository: NetBeans Subversion support requires Subversion executable! Install Subversion 1.3 (http://subversion.tigris.org) … Continue reading

Posted in Java | Tagged , , | Leave a comment

Caught out by subversion.

I’ve just been caught out by Subversion! I copied a directory to another branch in my code tree using the cp command from a command shell and then tried to add the new directory to Subversion. To my surprise, Subversion … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

Subversion client for Mac OS X

This question is probably asked a lot, but are there any really good Subversion clients for Mac OS X? By really good, I’m thinking of something along the lines of TortoiseSVN on Windows. I’m currently using svnX which is good, but it doesn’t support … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

Subversion support for NetBeans 5.0

I’ve just read an interesting post on the NetBeans User mailing list about enabling Subversion support in NetBeans 5.0. If you’ve not installed Subversion support already, here’s how to do it. To enable Subversion support in NetBeans 5.0, you need … Continue reading

Posted in Java | Tagged , | Leave a comment

NetBeans support for Subversion

Its good to see that a Subversion project web page has been created on the NetBeans web site. The aim of this project is to deliver good Subversion client support to NetBeans similar to that of the new CVS support. Accoring to the … Continue reading

Posted in Java | Tagged , | Leave a comment

First CVS then Subversion?

Netbeans has announced a preview of their new CVS support. I don’t use CVS, I much prefer Subversion so this new release doesn’t interest me too much. However, according to the release notes: …it is critical for us to know what you … Continue reading

Posted in Java | Tagged , | Leave a comment

Adding Subversion Support to NetBeans 4.1

I’ve just installed the NetBeans module that allows me to access my Subversion repositories from within NB 4.1. Installing is a painless process. Browse to the NetBeans Generic VCS Module page and download the relevant module (currently Subversion 1.1.5 and 1.1.6 available). … Continue reading

Posted in Java | Tagged , | Leave a comment