Skip to content
Snippets Groups Projects
Commit da9fff7f authored by Christian Engwer's avatar Christian Engwer
Browse files

remove broken git-svn feature

[[Imported from SVN: r5561]]
parent a0d34691
No related branches found
No related tags found
No related merge requests found
......@@ -256,15 +256,6 @@ run_default_status () {
}
run_default_update () {
if test -d .git/svn && type git > /dev/null &&
test x`git config --get dune.autoupdate` = xtrue; then
git checkout master
git svn rebase
echo '*.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store' | tr ' ' '\n' \
> .git/info/exclude
git svn show-ignore >> .git/info/exclude
return
fi
if test -d .svn; then
svn update
return
......
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