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

Re: How to get a plain list of changed files

From: Jeff Hinrichs <jeffh_at_delasco.com>
Date: 2004-03-21 19:57:29 CET

Volker Vosskaemper said:
> Hello,
>
> I use "merge --dry-run -rX:head" to get a list of changed files between
> revisions.
>
> This list is not useable for batchprocessing because of the flags and
> some possible
> "skip.. " comments.
>
> It would be nice to have one. So I could process such a list with ant to
> make a
> patch fileset of changed files.
>
> If theres no way to get a plain list in this version, it would be a nice
> feature to implement
> an option like --plain-file-list-output :-)

what about:
  svn diff -rx:head|grep Index: |sed s/Index://g

-Jeff

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Mar 21 19:57:55 2004

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

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