As of today Feb 1st, 2013, codelite is moving to GIT instead of SVN
On windows, if you havn't done so by now, install msys-git:
http://code.google.com/p/msysgit/downloads/list
When installing, choose OpenSSH instead of PuTTY (PuTTY with git caused me problems, so this is an advise not a must)
to clone codelite's repo (Read Only):
- Code: Select all
git clone git://git.code.sf.net/p/codelite/codelitegit codelitegit
Eran