Web Niraj
  • Facebook
  • Flickr
  • Github
  • Linkedin
  • Twitter
  • YouTube
Online portfolio, code examples and developer blog
  • About
  • Contact
  • Portfolio
  • WordPress
Search the site...
  • Home
  • Blog
  • Finding and Deleting .svn / .git Subdirectories from Application Directories

Finding and Deleting .svn / .git Subdirectories from Application Directories

0

If you’re like me in reusing entire application code bases to create new apps, you will run into this issue often: deleting .svn or .git directories from old applications so you can commit them to a new repository. Luckily, there are two easy command lines you can use to achieve this for either svn or git downloaded source code.

The Command Lines

You can use the below command lines to find .svn / .git folders in the current sub-directory, and then delete them so you can commit them to a new repository.

The command lines can also work for other directories. You can replace the find . -name with find /path/to/directory -name, and achieve the same result for a different directory.

Similarly, the code can also work for other folder types or files. You can replace the .svn or .git in the command line with a name of your choice. For example, you can replace .svn with *.php to find all PHP files in a given directory.

Examples:

Command Line, Git, Subversion, Version Control

Leave a ReplyCancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

StackExchange / StackOverflow

profile for Niraj Shah on Stack Exchange, a network of free, community-driven Q&A sites

Support Me

Buy Me a Coffee

PSN Profile

Tags

ACL Amazon Amazon Web Services Android Android 4.4 KitKat Android 5.0 Lollipop Apache Backup Bug Command Line Cordova cPanel / WHM Facebook Facebook Graph API Facebook PHP SDK 4.0 Facebook Social Plugins Fan Page Firewall Flash Gadget Geolocation Google Nexus 5 Hacking HTML5 iOS JavaScript jQuery Laravel 5 Linux NodeJS Parse PDF PHP Plugin Portfolio PS4 Review Security Server SSH SSL Sysadmin Tutorial WordPress WordPress Plugins
© 2011-2025 Niraj Shah
  • Blog
  • Portfolio
  • WordPress
  • About Me
  • Contact Me
  • Privacy Policy
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Privacy Policy