sboulema / TGit

Control TortoiseGit from within Visual Studio
MIT License
31 stars 9 forks source link

Feature request. git svn support #45

Closed KocourKuba closed 6 years ago

KocourKuba commented 6 years ago

Could you please add "git svn" commands support? DCommit, Rebase and Fetch?

sboulema commented 6 years ago

Will look into adding git svn support!

TortoiseGit Commands: DCommit: /command:svndcommit /path:"" Rebase: /command:svnrebase /path:"" Fetch: /command:svnfetch /path:""

Gitconfig: svn-remote.svn.url= svn-remote.svn.fetch= svn-remote.svn.branches= svn-remote.svn.tags=

sboulema commented 6 years ago

Please try this new release: https://github.com/sboulema/TGit/releases/tag/v4.9.36

KocourKuba commented 6 years ago

Thanks for fast response. I'm trying this build next week ;) I use mixed git svn environment at work ;)

KocourKuba commented 6 years ago

Works fine. Thanks!