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