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

Re: proposal: changelist feature

From: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: 2006-04-17 20:38:25 CEST

On 4/17/06, Ben Collins-Sussman <sussman@red-bean.com> wrote:
> $ echo "blah" >> baz.c
>
> $ svn st
> M baz.c
>
> Changelist 'issue-2899':
> M foo.c
> A bar.c

My hunch is that it'd be far easier to have it be:

$ svn st
M baz.c
M foo.c (Changelist 'issue-2899')
A bar.c (Changelist 'issue-2899')

There's no guarantees of ordering in the editors, so splitting out
changelist items like we do with externals seems like it wouldn't be
trivial. (You'd have to suppress them in the first pass and then only
emit the per-changelist mods separately.)

BTW, can a file be in more than one changelist at a time? If so, how
would that work?

The other UI changes look reasonable at first glance though. I look
forward to your patches on this. ;-) -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Apr 17 20:39:02 2006

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.