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
Note If SFTP is available you should use that because ftp isn't secure |
||||
|
|
|
The most Subversiony answer would be to say this on the client:
Then on the server:
This will work. That said, what's wrong with rsync? I assume you have ssh access. Rsync works over ssh very nicely, as long as the host has a copy of rsync, too. If rsync is out, too, I'd probably prefer to just build a script to do this. Very rough idea, totally untested:
Rsync is far better, though. |
||||||
|
|
|
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 |
||
|
|