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

Re: svn diff option.

From: <kfogel_at_collab.net>
Date: 2004-01-15 15:27:00 CET

"Sung Kim" <hunkims@hotmail.com> writes:
> Can I generate a regular diff output (without -u option) like:

You could by using the --diff-cmd to invoke an external diff, possibly
using the -X option to pass options across to that diff...

-Karl

> [...]
> 1c1
> < # .cshrc
> ---
> > # .tcshrc
> 11c11
> < set prompt=\[`id -nu`@`hostname -s`\]\#\
> ---
> > set prompt='[%n@%m %c]# '
> [...]
>
> By default, svn diff returns a diff result with -u option.
>
> --
> Sung Kim
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 15 16:22:38 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.