Here's my situation:
- My files are on a remote server (Linux).
- When I want to edit a file at home on my Windows machine, my editor (PSPad) downloads a copy.
- When I save the document, my editor uploads it to the server, overwriting the previous version.
Edit: Just to be clear, I don't have a local copy of my complete project — I just have a temporary local copy of a single file when I edit it. I don't think TortoiseCVS works with that?
Is there a version control system, preferably GUI driven, that can handle this situation?
Additional info:
- I probably can't install elaborate software on the remote server, but can on my own computer.
- Concurrent Versions System (CVS) is installed on the remote server.
- Uploading/downloading goes through an FTP-to-SFTP bridge set up with Bitvise Tunnelier.