Arancaytar's picture

How to clean a CVS working copy

"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

Reply

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • You may use these tags: [abbr], [acronym], [avernumscript], [b], [center], [code], [color], [cpp], [css], [define], [dtd], [font], [h1], [h2], [h3], [h4], [h5], [h6], [hr], [html], [i], [image], [img], [java], [javascript], [justify], [left], [link], [list], [mysql], [ol], [perl], [php], [quote], [right], [s], [size], [spidweb], [sql], [sub], [sup], [table], [u], [ul], [url], [wikipedia], [xml]
  • Textual smileys will be replaced with graphical ones.
  • Avast! This website be taken over by pirates on September 19th. Yarr!
  • Easily link to terms in various wikis. For help, see interwiki.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.