Skip to content
Snippets Groups Projects
Commit 81537c2f authored by Sam Gleske's avatar Sam Gleske
Browse files

Merge branch 'hotfix-svn_mirror_bug'

parents 940de2d8 38cbe0a5
No related branches found
No related tags found
No related merge requests found
gitlab-mirrors v0.2.4
* Fixing critical git svn mirror bug.
gitlab-mirrors v0.2.3
* Adding a final catch error message to add_mirror.sh
* RELEASE file for more consistent releases.
......
VERSION="v0.2.3"
VERSION="v0.2.4"
......@@ -34,6 +34,7 @@ if git config --get svn-remote.svn.url &> /dev/null;then
#this is an SVN mirror so update it accordingly
git reset --hard
git svn fetch
git svn rebase
cd .git
git config --bool core.bare true
git push gitlab
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment