[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: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-04-17 20:43:29 CEST

On 4/17/06, Justin Erenkrantz <justin@erenkrantz.com> wrote:
> 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. ;-)

I basically agree with what Justin said, although I'm not too fond of
putting stuff in parens after the filename like that, I do think it
needs to be per-entry, not all displayed at the end like your initial
proposal.

-garrett

---------------------------------------------------------------------
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:44:09 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.