Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Bostonaholic

macrumors 6502
Original poster
Aug 21, 2009
439
0
Columbus, Ohio
I'm looking for an FTP client that has a versioning system like that of SVN. Is there such an app?

For instance, I'd like to be viewing the files to my website in the FTP client and know which files I've made changes to on my local system so I know if I should upload. Does the ftp file server have to be an svn host?

At work, I use an Eclipse plugin (Subclipse) for our Java applications, but then files get transferred to our svn server.
 
Some web hosts will give you shell access to your account and have an SVN client installed. Then you can use SSH to connect and instead of synching via FTP, just check in your changes locally and check them out on the server. Just be sure to deny browsing access to the .svn directories.

Otherwise, some FTP clients have a "synchronize" command, but it's mostly dependent on timestamps and typically very slow -- I've never been a fan.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.