[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Using SVN with FTP Server

From: Tobias Rapp <t.rapp_at_noa-audio.com>
Date: Fri, 04 Jul 2008 14:43:26 +0200

Hi!

> If it is not possible, can I setup a local repository on all my
> developer's machines, and use some kind of merge to update the
> changes ? Is it possible to do so ?

I'm in a similar situation with my personal homepage. I use a local
Subversion repository on my development machine for tracking file
changes. For uploading/syncing my local files with the remote FTP server
I use a commandline FTP client called "lftp" [1] which has a built-in
mirror command. "mirror -R -x ".svn" ." for example will upload all
changed files without Subversion's internal folders to the remote server.

lftp is available as a package for most GNU/Linux distributions. On
Windows you can get it as a part of Cygwin [2]. If you don't mind
working in a shell it probably fills your needs.

Regards,
Tobias

[1] http://lftp.yar.ru/
[2] http://cygwin.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-07-04 14:43:50 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.