SVN revision number

Discussion about CodeLite development process and patches
JFPJR
CodeLite Curious
Posts: 7
Joined: Sun Jul 13, 2008 7:16 pm
Contact:

SVN revision number

Post 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!
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: SVN revision number

Post 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
Make sure you have read the HOW TO POST thread
jacekk
CodeLite Curious
Posts: 2
Joined: Wed May 14, 2008 12:50 am
Contact:

Re: SVN revision number

Post 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
Post Reply