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

RE: Re: Exporting recently modified files

From: Simon McClenahan <smcclenahan_at_healthcompartners.com>
Date: 2004-06-22 15:57:30 CEST

Speaking as the original sender, yes, it is a synchronization task at hand. My production machine does not and should not have access to our local network resources such as version control repositories.

I have a bunch of scripts under version control which I want to update the production environment with. Currently I manually copy over select files (sometimes packaged in a tarball) whenever I complete a project (i.e. merge into the trunk). I was hoping that svn export would be smart enough to only export files that were modified/added in the last changeset or a specific revision. If I was to be concerned about deleted files, working with svn update would be the better choice.

However, I do understand that the core of my issue is that I need a better build, distribution and deployment procedure. The rsync tool is obviously better suited for distribution and deployment.

So it looks like the answer to my original question is in fact "no", right?

Simon

-----Original Message-----
From: John Peacock [mailto:jpeacock@rowman.com]
Sent: Tuesday, June 22, 2004 8:08 AM
To: Cristi BALAN
Cc: users@subversion.tigris.org
Subject: Re: Exporting recently modified files

Cristi BALAN wrote:
> I thought this was the case with the thread starter and that he was misunderstood.

It may be; in that case, a tool like rsync is much better (and much more
likely to be supported by a shared host for example). Keep a local WC
that is dedicated to each remote site, then use rsync (with appropriate
excludes) to update the remote site(s). Export is really only intended
to be an output-only format and isn't helpful in the update case...

--------------------------
NOTE: This message and any included attachments are from HealthCom Partners, LLC and are intended only for the addressee(s). The information contained herein may include trade secrets or privileged or otherwise confidential information. Unauthorized review, forwarding, printing, copying, distributing, or using such information is strictly prohibited and may be unlawful. If you received this message in error, or have reason to believe you are not authorized to receive it, please promptly delete this message and notify the sender by e-mail.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jun 22 15:59:18 2004

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.