Is it possible to checkout from SVN to FTP location directly either via command line (svn.exe) or via any SVN UI Tool (e.g. Tortoise SVN), as like we can checkout from SVN to any path on local disk OR any network location (either via drive mapping (z:\mynetworkdrive\folder) or directly by starting (\servernane\folder) as like below.
C:\> svn checkout http://mysvnserver.com/svn/repository/trunk D:\MyProjectfolder
I am looking for this 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 right click menu in network location in Windows Explorer.
Any Ideas ?
You could create a new mount on your machine to the server. I'm assuming you're using Windows, see this answer for information on how to do that.
Once you've done that, you can use the assigned drive letter to save directly to your server, for example: