Hi
My host does not handle SVN.
What I want is to be able to send through ftp a whole svn revision so I am sure I won't forget to upload a file.
Do you guies know any tool that would help me to do that?
thank you!
Vy
Hi
My host does not handle SVN.
What I want is to be able to send through ftp a whole svn revision so I am sure I won't forget to upload a file.
Do you guies know any tool that would help me to do that?
thank you!
Vy
The simple answer
Can then use ftp software like filezilla to upload / replace new files. Can save time because it will prompt to only update files that have changed.
The fancy answer
The ideal scenario
Find a host with ssh access and svn client
Either use ssh port forwarding to tunnel a connection to your svn server, or expose your svn server to the internet. (use putty on windows)
Then just do checkout on host and do updates to keep in sync.
Note
If SFTP is available you should use that because ftp isn't secure
I used SmartFTP and upload the entire folder. It will compare the contents of the files automatically (if you choose) and only upload the newer files, saves time and bandwidth