git-to-svn-guide
git-to-svn-guide copied to clipboard
This would be a neat command line tool
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
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!
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.