<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_namespace Ivony_分类_PowerShell</title><id>http://feed.cnblogs.com/blog/u/17776/category/272978/rss</id><updated>2012-05-27T21:16:47Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Ivony/category/272978.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/17776/category/272978/rss"/><entry><id>http://www.cnblogs.com/Ivony/archive/2010/12/02/1894372.html</id><title type="text">一段自动搜索所有SVN工作目录进行更新的PowerShell脚本</title><summary type="text">首先给出这个脚本，其实很简单，但我差不多花了四五个小时才调试成功： dir -r |?{ $_.Mode -like "*d*"} |cd -passthru |?{ (gci -force |%{ $_ -as [string] }) -contains ".svn" } |%{gl; svn cleanup; svn update }  ...</summary><published>2010-12-02T05:39:00Z</published><updated>2010-12-02T05:39:00Z</updated><author><name>Ivony...</name><uri>http://www.cnblogs.com/Ivony/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Ivony/archive/2010/12/02/1894372.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Ivony/archive/2010/12/02/1894372.html"/><content type="html"/></entry></feed>
