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

Re: export to ftp location

From: Kalin KOZHUHAROV <kalin_at_thinrope.net>
Date: 2006-02-11 11:50:28 CET

Ramón Zamora wrote:
> hello to everyone
> is it possible to export directly to a ftp location, using my username
> and pass?
not directly.

>, i have a lot of php source files (~3130) and it takes some
> time and diskspace to export a clean working copy, upload everything
> and then delete it, it would be nice if it could be done in one action

Use FUSE or something else to mount your remote ftp directory and export
there

Put a svn client on the server and export from there (need shell)

Use wget/curl/whatever on the server to get the latest version of a given
path (svn server should be apache, need shell)

Disk space is cheap these days :-)

Kalin.

P.S. Now I saw it is on the TSVN ML...
Well, I guess on the other OS it is not that easy, so the answer stays no,
unless somebody knows better.

-- 
|[ ~~~~~~~~~~~~~~~~~~~~~~ ]|
+-> http://ThinRope.net/ <-+
|[ ______________________ ]|
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Sat Feb 11 11:50:41 2006

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.