Is it possible to check from SVN to the FTP location directly either through the command line (svn.exe), or through any SVN UI Tool (for example, Tortoise SVN), since we can check from SVN to any path on the local drive OR any (or through the drive mapping (z: \ mynetworkdrive \ folder), or directly by running (\ servernane \ folder), as shown below.
C:\> svn checkout http://mysvnserver.com/svn/repository/trunk D:\MyProjectfolder
I am looking for a type of command like below
C:\> svn checkout http://mysvnserver.com/svn/repository/trunk ftp://myftpserver/htdocs/MyProjectFolder
OR
using Tortoise SVN (or any other SVN tool) in the right-click menu of a network location in Windows Explorer.
Any ideas?
source
share