Page 1 of 1

Feature request - workspace mirroring and the svn.

Posted: Tue Jul 22, 2014 7:59 pm
by pholonow
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?

Re: Feature request - workspace mirroring and the svn.

Posted: Wed Jul 23, 2014 3:05 pm
by eranif
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

Re: Feature request - workspace mirroring and the svn.

Posted: Wed Jul 23, 2014 6:30 pm
by pholonow
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.

Re: Feature request - workspace mirroring and the svn.

Posted: Wed Jul 23, 2014 9:57 pm
by eranif
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