How to clean up svn files using terminal in Ubuntu??

Posted On December 12, 2011

Filed under Uncategorized

Comments Dropped leave a response

Use the following command

sudo find . -name .svn -exec rm -rf {} \;

This will remove all the svn files in the project and you can check the same by executing the command

find . -name .svn

 

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.