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

Re: Disconnected development

From: John Peacock <jpeacock_at_rowman.com>
Date: 2004-04-06 04:48:24 CEST

Crucius, Wesley wrote:
> I'm wondering if anyone has any thoughts about how I might best handle
> disconnected (from any network) development.
>
> Any suggestions? BTW, I've heard about SVK, but it sounds like an all
> or nothing approach. We just want a semi-automatic mechanism because
> the vast majority of our development work is done in the more
> traditional LAN connected environment…

No, svk is _exactly_ what you want for the disconnected people (as long as they
are running Win32). svk allows an individual user to:

1) mirror a normal svn repository locally;
2) make a local copy of the mirror for development purposes;
3) resync the mirror and merge changes down to the local copy;
4) merge changes from the local copy back to the mirrored repository.

#4 looks just like a regular commit on the remote svn repository (with some
extra properties), so your LAN connected people will not notice anything
different. The merges in #3 are intelligent, so it is very easy to keep your
local repository in sync with very little effort.

HTH

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4720 Boston Way
Lanham, MD 20706
301-459-3366 x.5010
fax 301-429-5747
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Apr 6 04:48:29 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.