My ubuntu desktop has a different version of svn installed and eclipse has a different version of svn. Due to some issue eclipse is whining to cleanup the svn folders. But unfortunately svn cleanup on terminal doesn't work due to version conflicts. My code folder contains tons of directories and files.
 
How to recursively remove just the .svn folders so that i can continue?

2 answers, votes, 2034 views
Visitor's picture
asked by Visitor
2 years 12 weeks ago



2 Answers

  • find . -name .svn -print0 | xargs -0 rm -rf

    - Visitor 2 years 12 weeks ago
  • Answer

    Maybe an svn export works for you. Or a shell script, but that's a lot more work.

    Visitor's picture
    answer by Visitor
    2 years 12 weeks ago
    Answer

    Open a terminal and execute the following script
     
    find . -name ".svn" -exec rm -rf {} \;

    Visitor's picture
    answer by Visitor
    2 years 12 weeks ago

    Ubuntu 11.04 released!

    Ubuntu 11.04 code named natty narwhal is released download ubuntu 11.04

    Read ubuntu 11.10 reviews and share yours now!!

    View in your own language!

    Stay Connected

    Ubun2.com on Facebook Ubun2.com on Twitter RSS Feeds

    Poll

    Favorite desktop environment?: