I work on local copies of files and upload them to a remote server on save. What version control sys

Posted by 10goto10 on Stack Overflow See other posts from Stack Overflow or by 10goto10
Published on 2010-05-05T15:06:37Z Indexed on 2010/05/05 15:18 UTC
Read the original article Hit count: 216

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about version-control

Related posts about cvs