How to clean a CVS working copy

Arancaytar's picture
"cvs unedit" does not seem to work on my client for some reason. To copy this behavior, I therefore need to do something else to avoid having to track down all changed files. Hence,

cvs diff|grep ^Index|awk '{print $2}'|xargs rm; cvs update