[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: Andrey Repin <anrdaemon_at_freemail.ru>
Date: Mon, 11 May 2009 13:42:53 +0400

Greetings, Allen Fowler!

>> > 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?

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

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

*top-posting fixed*

You can "svn export" on per-file basis. There will be no overhead or wasted
traffic.
Something like
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1582002

--
WBR,
 Andrey Repin (anrdaemon_at_freemail.ru) 11.05.2009, <13:40>
Sorry for my terrible english...
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2187096
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-11 11:45:57 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.