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

Re: Export capabilities

From: Kevin Greiner <greinerk_at_gmail.com>
Date: 2006-01-27 15:31:08 CET

On 1/27/06, Jared Armstrong <jarmstrong@omnispear.com> wrote:
>
> That is a good suggestion, however if I only need to post a change to
> one file, why should I have to export the entire directory tree?

Because that's a good way to break your build target. I can't tell you
how many times I've seen apps/websites borked because someone promoted
what they *thought* was an isolated change to a single file. Generally
speaking, bandwidth and machine-time are both cheap compared to human
time.

Having said that, I have used robocopy to synchronize multi-GB
/directory structures. It's still not superfast over low-bandwidth
links since SMB is chatty but it's worth the peace of mind.

1. Use "svn update" cmd-line on a build machine to update a local
directory tree.
2. Use robocopy to synch the local directory tree with the UNC-path.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Fri Jan 27 15:31:46 2006

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.