Simply checkout your sources (using any svn client), setup a workspace from an existing sources and it will work... (the svn view will adjust itself once the workspace is loaded to the workspace folder)Kanes wrote:Is there a step by step how-to for setting up a coding environment even just for a basic PHP project with version control using Subversion?
and from there, the svn view is _always_ updated (e.g. when saving a file, you will it as modified in the svn view)
Try the latest weekly, it should contain more functionalities
See this answer (which I answered for C++ and Svn, but the concept remains)
http://stackoverflow.com/questions/1841 ... subversion
And checkout the Subversion plugin docs here:
http://codelite.org/LiteEditor/Subversion
Notice that the Subversion plugin in the docs is a bit outdated (e.g. the 'Svn' tab is now part of the "Output View" and not of the "Workspace View")
but the concept is the same
Eran