I usually run svn diff on the whole tree, paging it through more or less.
I review the changes, and then I commit. When there are 5 modified
files, 25 added files and 8 deleted files, there are 33 extra files in
the diff output. Since I'm on Windows, it is harder to create a
customized svn diff on the command line than on Unix command lines.
Having --no-diff-deleted is already a start - I get only three lines of
output for each deleted file. If I also had --no-diff-added, I could get
only three lines for the added files too. That's all I wanted with this.
Thanks !
François
PS: Sorry for the private reply, Karl.
On 06 Feb 2004 10:46:41 -0600, kfogel@collab.net said:
> "Francois Beausoleil" <fbos@users.sourceforge.net> writes:
> > $ svn diff --no-diff-deleted --no-diff-added
> > svn: invalid option: --no-diff-added
> > Type 'svn help' for usage.
> >
> > I added a bunch of files to my WC, and I want to make sure things are
> > consistent before committing.
> >
> > Should I file an issue ? Or does someone think this is a bad idea ?
>
> Not sure exactly what "make sure things are consistent" means.
>
> What information do you want that you can't get from a combination of
> 'svn status' and 'svn diff' ?
>
> -K
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 6 19:21:17 2004