I work on local copies of files and upload them to a remote server on save. What version control sys
- by 10goto10
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.
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.