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
Update a single file...
-
- 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...
Welcome to Vision Open
http://www.visionopen.com
http://www.visionopen.com
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Update a single file...
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:
Eran
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
-
- 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...
Tried already.
It seems that it's not the thing I expected.
Best Regards
Pei
It seems that it's not the thing I expected.
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
http://www.visionopen.com
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Update a single file...
If it does not work, it means that your file is not under the root path that your SVN is pointing tojiapei100 wrote:It seems that it doesn't work ...
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