Aranfoolcaytar
Encyclopedia Ermariana
Ermarian Network
Pied Piper Project
Polaris
Spiderweb
Donations
Navigation
Archives
Audio
All items
Browse by...
Recent posts
News aggregator
Categories
Forums
Weblogs
Sources
User login
Username:
*
Password:
*
Request new password
Recent comments
Do we need REGEX?
KabonFootPrint (not verified)
2008-08-09 08:48
You can do currency
Alex (not verified)
2008-07-24 22:37
Looking forward
mariomaric@drupal.org (not verified)
2008-07-09 08:09
Er...
Arancaytar
2008-07-03 17:28
honesty
art classes (not verified)
2008-06-18 06:33
Thanks
musei bari (not verified)
2008-05-16 20:27
restarted and moved!
Susannity (not verified)
2008-02-28 02:24
I started using it a day after I wrote this
Arancaytar
2008-02-27 15:36
Have you considered using
Austin (not verified)
2008-02-26 13:27
Earendil at the end of his quest.
Nightmedic (not verified)
2007-12-02 15:47
Visitors
Popular content
Today's:
The Perfect Web Form?
Baghdad Burning newsfeed
Clean URI schemes using mod_rewrite and PHP (Part one)
Kublah Khan by Arancaytar
Where is Riverbend?
All time:
PBA Blogroll
The Perfect Web Form?
Clean URI schemes using mod_rewrite and PHP (Part one)
Baghdad Burning newsfeed
Clean URIs with PHP, part two
Parse Error: Unexpected FOO_BAR
How to generate an RSS 2.0 feed
The von Neumann Computer
Where is Riverbend?
Google Suggest + Natural Language Queries = Best Calculator Ever
Last viewed:
The Perfect Web Form?
Where is Riverbend?
My site under XSS attack
Prologue
The Song of the Mad Minstrel
XBBCode available for 6.x
Drupal Wish List: nodeBB
Onward with the Processor!
Clean URIs with PHP, part two
Travesty
Home
How to clean a CVS working copy
Wed, 2008-01-23 13:58 —
Arancaytar
"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
Add new comment