http://www.dewen.org/q/6640
svn co URL -r[--revision] ARG(number)
svn -r 5770 co https://codelite.svn.sourceforge.net/svnroot/codelite/trunk codelite-src
svn update -r 5770
http://forums.codelite.org/viewtopic.php?f=13&t=1966&p=8779#p8779
Under Windows, you should do the following:
- Compile the 'Win Release Unicode'
- Open a CMD shell from within codelite - this is important, as CMD shell opened from within codelite will be using the environment variable deinfed in codelite (to open a CMD shell from within codelite, you can right click on any of the open files tab and seelct 'Open Shell at file path')
- Close codelite
- Open a CMD console
-
CODE:
SELECT ALL
-
cd \Path\to\codelite\src\Runtime
update.bat
NOTE: you might need to change the 'update.bat' script to fit your actual installation paths
just need to change the following in the update.bat:
REM set TARGET_DIR=%ProgramFiles(x86)%
set TARGET_DIR=c:\Program Files\
to update source:
If you have a working copy of the svn, simply run: 'svn update' from the root directory of codelite sources
Or checkout a fresh copy of codelite
-
CODE:
SELECT ALL
-
svn co https://codelite.svn.sourceforge.net/svnroot/codelite/trunk codelite-src