SVN plugin in CL rev 2423
-
- CodeLite Expert
- Posts: 159
- Joined: Mon Nov 03, 2008 9:17 pm
- Contact:
SVN plugin in CL rev 2423
Hi, is the SVN plugin disabled in the CL rev 2423 for any reason? I just built the latest SVN revision and wonder why the SVN plugin completely disappears from the CL..
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: SVN plugin in CL rev 2423
Linux? or Windows?
EDIT: Probably linux (I now recall our discussion about LD_LIBRARY_PATH)...
Anyways, it is there, its just that I modified the plugin version - so CodeLite rejected the SVN plugin since it probably thinks it is out of date (you should be a message in the 'Trace' tab).
To fix this:
make clean_plugins all
Eran
EDIT: Probably linux (I now recall our discussion about LD_LIBRARY_PATH)...
Anyways, it is there, its just that I modified the plugin version - so CodeLite rejected the SVN plugin since it probably thinks it is out of date (you should be a message in the 'Trace' tab).
To fix this:
make clean_plugins all
Eran
Make sure you have read the HOW TO POST thread