Bogiecom.com
  • About
  • Magento
  • Sitecore
  • WordPress

Cleaning Tortoise SVN repo folder of all Dreamweaver _notes folders

Posted on May 11, 2012 by bc-admin

Recursively removing directories and/or files is always quicker this way! This particulary instance I needed to clean out the notes folder from an subversion repository (not necessarily necessary, but this can be applied wherever).

1
C:\Users\SloshDev> gci -include _notes -Recurse | %{ ri $_.FullName -recurse }

or you could…

1
C:\Users\SloshDev> Get-ChildItem -include _notes -Recurse | %{ remove-item $_.FullName -recurse }

Posted in Uncategorized |
« Virtual Host Info from the Shell
Changing SQL Schema in Mysql Dump Files using Powershell »

Pages

  • About
  • Magento
  • Sitecore
  • WordPress

Archives

  • January 2017
  • December 2013
  • November 2013
  • February 2013
  • January 2013
  • August 2012
  • July 2012
  • June 2012
  • May 2012
  • November 2011
  • March 2010
  • February 2010
  • January 2010
  • December 2009
  • November 2009
  • September 2009

Categories

  • .NET
  • Air Force
  • Apache Configuration
  • Bash
  • C#
  • Comma-Delimited
  • Custom Field Validator
  • Date Format
  • Dump Files
  • Files
  • Grep
  • Grooveshark
  • HTML
  • Image Resizing
  • Imagick
  • Integration
  • jQuery
  • Konami Code
  • Linux
  • Magento
  • Magento Third Party CMS Integration
  • Mini Shuttle
  • Miva Merchant 5.5
  • MySQL
  • PHP
  • Powershell
  • Regular Expressions
  • Rename-Item
  • Sed
  • Shell Scripting
  • Sitecore
  • Strings
  • Uncategorized
  • Updating Product Attributes
  • Video Games
  • Wordpress
  • X-37
  • XML
  • YUI Konami Event

CyberChimps WordPress Themes

© 2008 - 2016 Bogiecom.com