cvsserver: Implement update -p (print to stdout)
commite78f69a3f2e580e71a44b91fa99185bc6f92db29
authorDamien Diederen <dash@foobox.net>
Thu, 27 Mar 2008 22:18:12 +0000 (27 23:18 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 27 Mar 2008 23:05:27 +0000 (27 16:05 -0700)
tree9ae53e51586619e837d8beacef9db0346a79e257
parentdded801a7ba8bb91e73cfea2f37242a2aebbc5db
cvsserver: Implement update -p (print to stdout)

Cvs update -p -r <rev> <path> is the documented way to retrieve a
specific revision of a file (similar to git show <rev>:<path>).
Without this patch, the -p flag is ignored and status output is
produced, causing clients to interpret it as the contents of the file.

TkCVS uses update -p as a basis for implementing its various "View"
and "Diff" commands.

Signed-off-by: Damien Diederen <dash@foobox.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-cvsserver.perl