Compiling latest revision has no revision number so messagebox pops up saying new version avail...
P.S. Thanks for the files clear fix!
SVN revision number
-
- CodeLite Curious
- Posts: 7
- Joined: Sun Jul 13, 2008 7:16 pm
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: SVN revision number
First which OS?
If you are on Windows, cd path\to\codelite\sources\LiteEditor and type from cmd.exe window:
If you are on linux, cd to path/to/codelite/ and type
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
If you are on Windows, cd path\to\codelite\sources\LiteEditor and type from cmd.exe window:
Code: Select all
autorev.exe .
Code: Select all
./le_makerevision.sh
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
-
- CodeLite Curious
- Posts: 2
- Joined: Wed May 14, 2008 12:50 am
- Contact:
Re: SVN revision number
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
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