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

Re: Howto generate list of changed files...

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-05-28 05:25:03 CEST

"Jay 'Whip' Grizzard" <elfchief@lupine.org> writes:

> Which brings me back to ... any ideas for generating these 'diffs' in a
> more sane manner? :)

How about 'svn merge --dry-run' ?

For example:

$ cd trunk
$ svn merge --dry-run \
    http://svn.collab.net/repos/svn/tags/0.22.1 \
    http://svn.collab.net/repos/svn/tags/0.22.2

   build.conf
   win-tests.py
   subversion/include/svn_version.h
   subversion/libsvn_subr/getdate.cw
   subversion/libsvn_subr/io.c
   subversion/libsvn_repos/repos.c
   subversion/libsvn_ra_dav/util.c
   build/generator/msvc_dsp.ezt
   build/generator/gen_vcnet_vcproj.py
   build/generator/gen_base.py
   build/generator/gen_win.py
   build/generator/gen_msvc_dsp.py
   tools/cvs2svn/cvs2svn.py
   CHANGES

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed May 28 05:26:45 2003

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.