"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