File: parse_cvs_status.awk

package info (click to toggle)
nice 0.9.12-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 7,220 kB
  • ctags: 6,894
  • sloc: java: 42,767; xml: 3,508; lisp: 1,079; sh: 736; makefile: 673; cpp: 21; awk: 3
file content (3 lines) | stat: -rw-r--r-- 202 bytes parent folder | download | duplicates (4)
1
2
3
/cvs (status|server):/ { dir=$4; }
/File: no file/ { print dir "/" $4 " :\t" $6 " " $7; }
/File:/ && !/File: no file/ && !/Up-to-date/ { print dir "/" $2 " :\t" $4 " " $5 " " $6 " " $7 " " $8 " " $9; }