We currently have:
- a server installed Collabnet Subversion Edge used as a SVN server, I have full control to this server.
- a TortoiseSVN installed on my local machine.
- a server (called it FileSERVER) that I only have SSH开发者_运维知识库 access. and this server doesn't have SVN client installed.
Question is how can I commit file on FileSERVER to SVN SERVER without install SVN client on FileSERVER? Is it be able to use the TortoiseSVN client through SSH connection?
Thank you very much, waiting for the answer.
Try software like ExpanDrive (ex. SftpDrive) or SSH Drive. They will create a drive on your Windows machine, mapped to a home directory of your FileSERVER account, so you can create working copy with TortoiseSVN and commit it. (I did not try this myself.)
Or you could just copy that file to Windows machine via Sftp every time you need to commit it.
精彩评论