Page 1 of 1

SVN revision number

Posted: Thu Jul 17, 2008 4:37 am
by JFPJR
Compiling latest revision has no revision number so messagebox pops up saying new version avail...

P.S. Thanks for the files clear fix!

Re: SVN revision number

Posted: Thu Jul 17, 2008 9:49 am
by eranif
First which OS?

If you are on Windows, cd path\to\codelite\sources\LiteEditor and type from cmd.exe window:

Code: Select all

autorev.exe .
If you are on linux, cd to path/to/codelite/ and type

Code: Select all

./le_makerevision.sh
My guess is that you are on Windows - so you will need to have a SVN command line tool (Tortoise is not good enough)
http://subversion.tigris.org/servlets/P ... derID=8100

Ayways, you can always remove that message from 'Settings -> Editor -> Misc tab' and uncheck 'check for new version'
Eran

Re: SVN revision number

Posted: Wed Jul 23, 2008 12:37 am
by jacekk
The problem with no revision number may be caused by svn command line tools giving theirs output in different language than english.
Check please the command "svn info" and in result should be a line such as: "Revision: 1111". If you have result in different language then you can change it in Autorev project (AutoRevision\autorev\main.cpp) to text which you have and then rebuild this project.

Jacek