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

Re: A concern regarding the changelist feature

From: Peter Samuelson <peter_at_p12n.org>
Date: 2007-10-10 05:03:26 CEST

[Michael Haggerty]
> But it is still requires a lot more manual bookkeeping (and is therefore
> more error prone) than
>
> $ quilt pop
>
> which I use about 50 times a day along with its friend, "quilt push". :-)

Nobody ever said you couldn't use quilt inside a svn working copy. If
you're working on multiple features and don't want multiple WCs, it
might not be a bad arrangement. quilt seamlessly handles multiple
changesets that touch the same file, something svn changelists will
never be good at.

The chief annoyance with quilt is that you have to warn it that you
intend to edit a file. (See related flamage in the p4 thread a few
days ago.) If quilt could detect that it's in a svn working copy, it
could avoid the need for this, as the pristine files are already
available (using 'svn cat' if nothing else).

Hmmm.

-- 
Peter Samuelson | org-tld!p12n!peter | http://p12n.org/

Received on Wed Oct 10 05:03:38 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.