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
48
48
./svn2github.sh
49
49
```
50
50
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 "[email protected] " `
61
+ 7 . Execute the ` svn2github.sh ` script and follow the prompts
62
+ - ` ./svn2github.sh `
63
+
51
64
## Using individual functions
52
65
### _ svn_sizer
53
66
``` bash
You can’t perform that action at this time.
0 commit comments