Instead of manually downloading files from SVN (via checkout) and then copying them to the sftp server via csp or an FTP GUI, is there an svn command that can export those files straight to an sftp server?
For example:
svn export https://mysvnserver/folder/somefile.php sftp://somesftpserver/somepath/somefile.php