TortoiseSVN PowerShell aliases improved
26 Apr 2010
1 mins
PowerShell, Subversion, TortoiseSVN
Some time ago I wrote about creating PowerShell aliases for commit and update for TortoiseSVN. But I needed little bit more flexibility with path so I added a parameter with default to .
.
function fn_update($path = ".") {tortoiseproc /command:update /path:$path}
function fn_commit($path = ".") {tortoiseproc /command:commit /path:$path}
Jiří Činčura is .NET, C# and Firebird expert. He focuses on data and business layers, language constructs, parallelism, databases and performance. For almost two decades he contributes to open-source, i.e. FirebirdClient. He works as a senior software engineer for Microsoft. Frequent speaker and blogger at www.tabsoverspaces.com.