git-to-svn-guide icon indicating copy to clipboard operation
git-to-svn-guide copied to clipboard

This would be a neat command line tool

Open owainlewis opened this issue 9 years ago • 2 comments

Would be a neat command line tool to just map the git commands to their svn equivalent.

alias gsvn checkout = svn switch
alias gsvn pull = svn update

owainlewis avatar Sep 16 '15 12:09 owainlewis

Ha, yes it would! I've managed to avoid SVN since I wrote this, and I have little interest in going back to it. Would be a fun project to learn a little Go on, though!

garethrees avatar Sep 16 '15 14:09 garethrees

Yeah would be easy as a CLI in Go. You should definitely learn it. Only takes a weekend to pick up 90% of it. It's the easiest language I've ever played with.

owainlewis avatar Sep 16 '15 15:09 owainlewis