Say “Bye-Bye to GNU Arch!”

If you used GNU Arch some time and then decided to move to Subversion, for example, this tip for you. To delete all files and directories related with Arch run a following command in the your project tree:

find . \( -name "{arch}" -o -name ".arch-ids" -o -name ".arch-inventory" \) -print0 | xargs -0 rm -rf

After that it’ll be like new one 🙂

2 responses to “Say “Bye-Bye to GNU Arch!””

  1. And all your development history is lost…

  2. If it isn’t needed why not

Leave a Reply

Your email address will not be published. Required fields are marked *