Archive

Archive for the ‘Development’ Category

Mark package as Locked to avoid automatic upgrade in Ubuntu

February 8th, 2010 Marc-André No comments

As I discussed in a recent post, I had to downgrade to a previous version of Subversion to make it compatible with Subclipse in EasyEclipse. Everything worked perfectly. However, the day after, Ubuntu proposed me some packages to upgrade. I accepted without thinking. Then, the problem I had with Subclipse got back… Of course! In the system upgrade I just did, Subversion package was upgraded to the latest version. Back to square one! Read more…

Categories: Development Tags: ubuntu

Solving Subclipse and Subversion conflict on Ubuntu 9.10

February 5th, 2010 Marc-André 2 comments

Since I upgraded to Ubuntu 9.10 (Karmic Koala), I had a very annoying problem with a key feature of my development setup. For the last years, I have been using EasyEclipse for PHP. It’s a great Eclipse distribution already configured with some useful plugins depending on the language you are developing in. The one I use is obviously aimed at PHP developers. I was using EasyEclipse back when I was on Windows, and then on Ubuntu 8.04 and now on Ubuntu 9.10. But since this last change, I had problems with the SVN integration inside EasyEclipse (Subclipse). For some reasons, I lost all SVN features inside some projects, but not all.. Read more…