Update a single file...

General questions regarding the usage of CodeLite
jiapei100
CodeLite Expert
Posts: 115
Joined: Wed Dec 30, 2009 8:29 am
Genuine User: Yes
IDE Question: C++
Location: Surrey, BC, Canada
Contact:

Update a single file...

Post 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
Welcome to Vision Open
http://www.visionopen.com
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Update a single file...

Post 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
You do not have the required permissions to view the files attached to this post.
Make sure you have read the HOW TO POST thread
jiapei100
CodeLite Expert
Posts: 115
Joined: Wed Dec 30, 2009 8:29 am
Genuine User: Yes
IDE Question: C++
Location: Surrey, BC, Canada
Contact:

Re: Update a single file...

Post by jiapei100 »

Tried already.
It seems that it's not the thing I expected. :cry: :cry:


Best Regards
Pei
Last edited by jiapei100 on Tue Jun 14, 2011 10:11 am, edited 1 time in total.
Welcome to Vision Open
http://www.visionopen.com
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Update a single file...

Post 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
Make sure you have read the HOW TO POST thread
Post Reply