Skip to content

Commit 415f8df

Browse files
author
Jared Murrell
authored
updated README to include Windows specifics
1 parent 76fcb58 commit 415f8df

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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 "[email protected]"`
61+
7. Execute the `svn2github.sh` script and follow the prompts
62+
- `./svn2github.sh`
63+
5164
## Using individual functions
5265
### _svn_sizer
5366
```bash

0 commit comments

Comments
 (0)