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

Re: How to push updates to a development server?

From: Gavin Baumanis <gavinb_at_thespidernet.com>
Date: Mon, 11 May 2009 09:23:54 +1000

Hi Allen,

You can use "svn export" to get our code to a new destination without
the svn metadata.
And perhaps a post-commit hook (or even a CRON job to run "svn
export") could see it automated for you. - but that would then force
ALL commits to the dev server which may not necessarily be what you
want.

Gavin.

On 11/05/2009, at 8:54 AM, Allen Fowler wrote:

> Hello,
>
> I'm sure this is an issue may users have faced:
>
> If I'm developing a web application on my local machine, and I want
> to quickly test incremental changes on a development server
> (accessible via ssh/scp/ftp), what's best way to do this?
>
> Probably the solution would involve someway of just uploading the
> modified files, and ignoring things like temp files and the ".svn"
> folders....
>
> Any suggestions?
>
> Thank you,
> AF
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2178496
>
> To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org
> ].

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2178988

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-11 01:25:02 CEST

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.