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

RE: ftp-ing working directory to live website

From: Edelson, Justin <Justin.Edelson_at_mtvn.com>
Date: 2006-10-26 19:47:14 CEST

Depends on your FTP client. You could use the Ant FTP task:

  <ftp server="myhost.example.org"
       remotedir="incoming"
       userid="anonymous"
       password="me@myorg.com">
    <fileset dir="toupload">
        <exclude name="**/.svn" />
    </fileset>
  </ftp>

>-----Original Message-----
>From: James Tu [mailto:jtu@esidesign.com]
>Sent: Thursday, October 26, 2006 1:33 PM
>To: subversion users list
>Subject: ftp-ing working directory to live website
>
>We're using subversion for websites that were creating.
>
>When we want to 'release' it to the live website, I bascially check
>out the latest copy of the entire directory and FTP it up to
>the server.
>However, I just want the files and not any hidden svn files to go to
>the server...how do I do this?
>
>-James
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
>For additional commands, e-mail: users-help@subversion.tigris.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Oct 26 19:48:05 2006

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

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