Hi!
While working with CodeLite I have noticed that when I update sources from the svn, they are not updated at the remote server automatically. Therefore every time I update the sources, I need to open all the files that have been updated, "touch" them via inserting and deleting a space (so the file is modified) and then save them - only then the files will be updated at the remote server too. I can also use "svn update" at the remote server. Both ways are a bit inconvenient. Could this be fixed in the future releases?
Feature request - workspace mirroring and the svn.
-
- CodeLite Curious
- Posts: 4
- Joined: Tue Jul 22, 2014 12:51 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Feature request - workspace mirroring and the svn.
Just to be clear:
- You have setup a workspace mirroring using the SFTP plugin
- When you do 'svn update' on the local machine, the remote machine is not updated.
Am I correct?
Correct me if I am wrong here, but the easiest solution is to run svn update on the remote machine as well, no?
Eran
- You have setup a workspace mirroring using the SFTP plugin
- When you do 'svn update' on the local machine, the remote machine is not updated.
Am I correct?
Correct me if I am wrong here, but the easiest solution is to run svn update on the remote machine as well, no?
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 4
- Joined: Tue Jul 22, 2014 12:51 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Feature request - workspace mirroring and the svn.
Yes Eran, you are correct. Indeed, the easiest solution is to run "svn update" on the target machine. However, if I forget to do this (eg. I am in hurry) and I change the sources, when I do the "svn update" later on the target, I usually get conflicts. It is quite inconvenient.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Feature request - workspace mirroring and the svn.
Maybe the correct solution is to prompt the user after running 'svn update' on the local machine
to make sure he runs it on the remote machine as well
Eran
to make sure he runs it on the remote machine as well
Eran
Make sure you have read the HOW TO POST thread