File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,19 @@ docker exec -it svn2github bash
4848./svn2github.sh
4949```
5050
51+ ### Running in Windows (Git-Bash)
52+ 1 . Download the release and extract it
53+ 2 . Ensure you have a Subversion client installed _ with the CLI utilities_ .
54+ 3 . Open the ` Git Bash ` terminal
55+ 4 . Add the Subversion binaries to your path
56+ - ` export PATH=${PATH}:/c/Program\ Files/TortoiseSVN/bin `
57+ 5 . Edit the ` settings.ini ` file and add your specifics
58+ 6 . Add your ` git config ` properties
59+ - ` git config --global user.name "Kal El" `
60+ - ` git config --global user.email "manofsteel@krypton.org" `
61+ 7 . Execute the ` svn2github.sh ` script and follow the prompts
62+ - ` ./svn2github.sh `
63+
5164## Using individual functions
5265### _ svn_sizer
5366``` bash
You can’t perform that action at this time.
0 commit comments