Can't download the plugin (codelite v2.0.3365)

Post here any ideas/problems/suggestions you have regarding CodeLite's Subversion (SVN) plugin
afrosimon
CodeLite Curious
Posts: 2
Joined: Sun Dec 06, 2009 8:00 pm
Genuine User: Yes
IDE Question: C++
Contact:

Can't download the plugin (codelite v2.0.3365)

Post by afrosimon »

Hello,

So I just downloaded codelite (looks like eclipse-cdt isn't working on ubuntu 9.10 X_X) and so far I find it's quite awesome. Much faster and lighter than eclipse... but I can't get to install the subversion plugin on the lastest version, I get this message while trying to install via aptitude :

Code: Select all

The following packages are BROKEN:
  codelite-plugins-subversion 
0 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 149kB of archives. After unpacking 508kB will be used.
The following packages have unmet dependencies:
  codelite-plugins-subversion: Depends: codelite (= 1.0.2893+dfsg-0ubuntu2) but 2.0.3365-ubuntu0 is installed.
The following actions will resolve these dependencies:

Downgrade the following packages:
codelite [2.0.3365-ubuntu0 (now) -> 1.0.2893+dfsg-0ubuntu2 (karmic)]

Score is 80
From what I've understand, it's isn't normal, any ideas why I can't get it to work with the lastest version?
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Can't download the plugin (codelite v2.0.3365)

Post by eranif »

If you have downloaded codelite directly from sourceforge, then the plugin is already included

this plugin:

Code: Select all

codelite-plugins-subversion 
If part of the codelite packaged by Ubuntu, not by me.

You can check to see if the plugin is installed from the menu:
Plugins > Manage plugins

In addition, you will need to install subversion client:

Code: Select all

sudo apt-get install subversion
Eran
Make sure you have read the HOW TO POST thread
afrosimon
CodeLite Curious
Posts: 2
Joined: Sun Dec 06, 2009 8:00 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Can't download the plugin (codelite v2.0.3365)

Post by afrosimon »

Oh yeah right, I didn't notice the first time, thanks.
Post Reply