Stucked on codelite trunk V2766
Posted: Mon Feb 23, 2009 3:26 pm
Hi,
I didn't notice before, but since version 2766, codelite displays v2766 as current svn version (on my machine).
The problem is for example today, the svn version is 2781.
displays the version is 2781. There is no diff between my local repo and the sforge svn repo.
after compiling/installing CL the usual way with default config :
./make clean ; ./configure ; make -j2 ; make -j2 ; make ; sudo make install
everything works fine, but the version displayed in codelite is still 2766. I don't understand why
trying
and recompiling everything gives the same problem : still stucked on v2766.
I have not installed any .deb package for CL.
I tested checking out the trunk on another computer on same Ubuntu version (intrepid), and it works.
So, this is not a critical problem, but i post it just in case
I didn't notice before, but since version 2766, codelite displays v2766 as current svn version (on my machine).
The problem is for example today, the svn version is 2781.
Code: Select all
cat LiteEditor/svninfo.cpp
after compiling/installing CL the usual way with default config :
./make clean ; ./configure ; make -j2 ; make -j2 ; make ; sudo make install
everything works fine, but the version displayed in codelite is still 2766. I don't understand why
trying
Code: Select all
sudo make uninstall
I have not installed any .deb package for CL.
I tested checking out the trunk on another computer on same Ubuntu version (intrepid), and it works.
So, this is not a critical problem, but i post it just in case