ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. For more information about the manual page format, see the manual page for manpages(5). |
SVK::Command::Diff(3) User Contributed Perl Documentation SVK::Command::Diff(3) NAME SVK::Command::Diff - Display diff between revisions or checkout copies SYNOPSIS diff [-r REV] [PATH...] diff -r N[:M] DEPOTPATH diff -c N DEPOTPATH diff DEPOTPATH1 DEPOTPATH2 diff DEPOTPATH PATH OPTIONS -r [--revision] arg : ARG (some commands also take ARG1:ARG2 range) -c [--change] rev : show change from rev-1 to rev (reverse if negative) A revision argument can be one of: "HEAD" latest in repository NUMBER revision number NUMBER@ interpret as remote revision number NUM1:NUM2 revision range Given negative NUMBER means "HEAD"+NUMBER. (Counting backwards) -s [--summarize] : show summary only -v [--verbose] : print extra information -X [--expand] : expand files copied as new files -N [--non-recursive] : do not descend recursively See also SVKDIFF in svk help environment. perl v5.8.8 2006-12-28 SVK::Command::Diff(3) |
|