<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>Tools</title>
        <link>http://www.richardrousseau.com/category/15.aspx</link>
        <description>Tools</description>
        <language>en-US</language>
        <copyright>Richard Rousseau</copyright>
        <managingEditor>blog@richardrousseau.com</managingEditor>
        <generator>Subtext Version 1.9.5.177</generator>
        <item>
            <title>Subversion Powershell Shortcuts...</title>
            <link>http://richardrousseau.com/archive/2007/08/20/subversion-powershell-shortcuts.aspx</link>
            <description>Some quick functions I created to reduce my time at the subversion command line.  The trick here is that I couldn't just alias the commands, I needed to create some small functions for each...&lt;br /&gt;&lt;br /&gt;function st {Invoke-Expression "svn status"}&lt;br /&gt;function sup {Invoke-Expression "svn update"}&lt;br /&gt;function sci {Invoke-Expression "svn ci"}        --I use the %SVN_EDITOR% env var for my checkin message editing&lt;br /&gt;function sin {Invoke-Expression "svn info"}&lt;br /&gt;&lt;br /&gt;You could easily modify these to accept parameters...&lt;br /&gt;&lt;br /&gt;function srv ([string]$filename){Invoke-Expression "svn revert $filename"}&lt;br /&gt;&lt;br /&gt;I imagine I'll want these to be more flexible in the future, but for now they're saving me a lot of typing!&lt;br /&gt;&lt;p&gt;&lt;/p&gt;&lt;img src="http://richardrousseau.com/aggbug/4.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Richard Rousseau</dc:creator>
            <guid>http://richardrousseau.com/archive/2007/08/20/subversion-powershell-shortcuts.aspx</guid>
            <pubDate>Mon, 20 Aug 2007 19:39:00 GMT</pubDate>
            <wfw:comment>http://richardrousseau.com/comments/4.aspx</wfw:comment>
            <comments>http://richardrousseau.com/archive/2007/08/20/subversion-powershell-shortcuts.aspx#feedback</comments>
            <wfw:commentRss>http://richardrousseau.com/comments/commentRss/4.aspx</wfw:commentRss>
        </item>
    </channel>
</rss>