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

Re: changelist feature -- keep it? tweak it? scrap it?

From: John Peacock <jpeacock_at_rowman.com>
Date: 2007-01-16 21:35:32 CET

C. Michael Pilato wrote:
> svn diff + patch, give or take any property edits? I constantly have
> multiple patches-in-progress in my working copies, too, but a) manage
> them just fine with 'svn diff' and patch, and b) always feel kinda
> naughty, like I'm violating a best practice, for not keeping my tree
> limited to a single changeset at a time.

FWIW, I don't see anything that the changelist feature gains you when
SVK is so much more natural to use:

   $ cpan install SVK
   $ svk mirror http://remote/repo/project //mirrors/project
   $ svk sync //mirrors/project
   $ svk cp -p //mirrors/project/trunk //local/project/trunk
   $ svk co //local/project/trunk project
   $ yada yada yada

You can keep multiple local branches and use a single working copy, so
you are only paying the additional storage cost twice (modulo how much
of the remote repository you want to mirror, which can be all or just
part of the original history).

YMMV

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD  20706
301-459-3366 x.5010
fax 301-429-5748
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jan 16 21:35:42 2007

This is an archived mail posted to the Subversion Dev mailing list.

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