Reset your Drupal checkout so that it is clean and ready to try more patches
Description
$ cvs update -C
(Locally modified node.admin.inc moved to .#node.admin.inc.1.24)
(Locally modified node.module moved to .#node.module.1.974)
(Locally modified taxonomy.admin.inc moved to .#taxonomy.admin.inc.1.27)
(Locally modified taxonomy.module moved to .#taxonomy.module.1.425)
(Locally modified taxonomy.test moved to .#taxonomy.test.1.3)
[... and a ton more stuff]
cvs update -C will move all the files you have changed to a renamed file and bring down the originals again.
Post new comment
