26
Apr

TortoiseSVN PowerShell aliases improved

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}

There's 0 Comment So Far

Share your thoughts, leave a comment!