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