Forum OpenACS Development: Re: .ORIG files in CVS

Collapse
2: Re: .ORIG files in CVS (response to 1)
Posted by Malte Sussdorff on
Okay, the fastest way to remove them again:

find . -name *.orig -exec sh -c 'rm {}; cvs remove {}' \;
cvs commit -m "Removed .orig files that do not belong in CVS"