[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: Allen Fowler <allen.fowler_at_yahoo.com>
Date: Sun, 10 May 2009 19:45:04 -0700 (PDT)

Yeah, "svn export"ing is probably an overkill.... that would export the entire project.

Something more like rsync, but able to run over whatever transport is available. (ftp, scp, etc.)

>
> 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].

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-11 04:46:04 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.