[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: Michael Brouwer <mb.7766_at_gmail.com>
Date: 2006-04-21 18:55:11 CEST

On 4/21/06, Jared Hardy <jhardy@highimpactgames.com> wrote:
> Marc Sherman wrote:
> > Another idea might be to add a --create-targets switch to svn st; this
> > would change the output to a simple file list, suitable for redirecting
> > to a targets file for later use with the --targets switch. That seems
> > to cover all of Ben's use cases for changelists, I think.
>
> This sounds useful. I would add that some options to filter on status
> would make it *extremely* useful. For example:
>
> svn st /path/ --create-targets "~!" > filename

svn st /path/ | grep '^~!' | sed 's/...... //' > filename

Does this already today, and the other examples you gave can be
scriped in a similar way.

Michael
Received on Fri Apr 21 18:55:42 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.