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

Re: automated software packaging and release scripts?

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-12-06 20:41:11 CET

On Dec 6, 2007 2:38 PM, Reuben Avery <reuben@swirl.net> wrote:
> That won't work because the whole point is to keep the FTP access creds
> hidden from developers.

Put the credentials in a separate file, in a subdirectory which the
developers don't have read access to, and have the script read them
from that file.

If you need to keep the credentials in the repository at all.

> On 12/6/07 11:25 AM, "Sohail Somani" <sohail@taggedtype.net> wrote:
>
> > On Thu, 06 Dec 2007 11:19:04 -0800, Reuben Avery wrote:
> >
> >> I have seen svnant and the ANT ftp tasks... this seems "ok" to start
> >> with.. I don't like the idea of having to store a plaint-text FTP
> >> password within the makefile, though..
> >
> > I don't use Ant, but afaik it lets you set build properties. So one of
> > these properties might be ftp.password and you can reference it using
> > ${ftp.password}.
> >
> > Nothing to do with SVN though, I'm afraid :-)
>
> --
>
> Reuben Avery | Technical Lead, Interactive Services Swirl | 1620
> Montgomery St, Suite 140 | San Francisco, CA 94111 | 415-276-8303 |
> 415-276-8301 fax | www.swirl.net
>
> This email and any files transmitted with it are confidential and intended
> solely for the use of the individual(s) or entity(ies) to whom they are
> addressed. Please notify the sender immediately if you have received this
> e-mail by mistake and delete it from your system. If you are not the
> intended recipient you are notified that disclosing, copying, distributing
> or taking any action in reliance on the contents of this information is
> strictly prohibited.
>
>
>
> ---------------------------------------------------------------------
> 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 Dec 6 20:41:42 2007

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.