martedì 12 aprile 2011

List modified files in CMSSW tree

Ugly way to list the files you modified in the CMSSW tree


cvs status | grep -i -A 3 locally | grep -i repository | cut -f3 | sed 's-/cvs/CMSSW/CMSSW/--g' | sed 's/,v//g' > ! modified.txt

Nessun commento: