Page 1 of 1

Update a single file...

Posted: Tue Jun 14, 2011 3:28 am
by jiapei100
Hi, Eran:

From within Codelite IDE, how to let SVN know that one file has been modified from outside?
I mean a single file, rather than a folder named "Modified files".

Actually, "Modified files" are those files modified from within current Codelite IDE, so that there are some difference between the files in current Codelite IDE and what's in the SVN.

However, if I didn't change anything in the file(s) from within current Codelite IDE, but the files in the SVN has been modified by others, how can I notice the difference promptly/instantly ??
or at least, let me "update" the file from within Codelite?


Best Regards
Pei

Re: Update a single file...

Posted: Tue Jun 14, 2011 8:05 am
by eranif
codelite does not monitor the file changes on the disk, this is an expensive operation. Instead, you can trigger a refresh of the SVN view by clicking on the 'Refresh' button in the SVN toolbar:
svn-tb.png

Eran

Re: Update a single file...

Posted: Tue Jun 14, 2011 9:21 am
by jiapei100
Tried already.
It seems that it's not the thing I expected. :cry: :cry:


Best Regards
Pei

Re: Update a single file...

Posted: Tue Jun 14, 2011 9:34 am
by eranif
jiapei100 wrote:It seems that it doesn't work ... :cry: :cry:
If it does not work, it means that your file is not under the root path that your SVN is pointing to

Some information on your directory structure will help clear this

also: I may be stating the obvious, but make sure that you have svn command line installed as stated here: http://codelite.org/LiteEditor/Subversion


Eran