howto make diff look like svn diff? -


I am dumb and no Google Fu. How do you look at the OFX (if it matters) to look like SVN Deffs? It could not be understood from the man page. : (

What do I need

  index: test.txt ======================= ============================================ --- test.txt (Revision 365) +++ test.txt (working copy) @@ -17 +1 9 @@ This is a native-update + and + azim file. -Anf.Duh.  

You want the -u flag.

  diff -u file1 file2  diff < / Code> From the man page: 

  -U -U NUM - integrated [= NUM] output NUM (default 3) rows of unified reference.  
< P> It Absolutely is not like this (for example, B No big rows of mark marks), but should do what you want. Your example above:

  --- file1 2009-10-16 15: 14: 24.000000000 -0700 +++ file2 2009-10-16 15: 14: 50.000000000 -0700 @@ - 1,7 +1 9 @@ This is the original-update + and + azimas file - Anf. + Duh.  

Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -