File: reinit-git-svn.sh

package info (click to toggle)
highlight 3.18-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 3,788 kB
  • ctags: 2,661
  • sloc: cpp: 19,760; php: 745; makefile: 320; ansic: 180; perl: 113; python: 96; sh: 3
file content (5 lines) | stat: -rw-r--r-- 223 bytes parent folder | download | duplicates (4)
1
2
3
4
5
#!/bin/sh

git config  --remove-section svn-remote.svn 1>/dev/null 2>&1
git svn init http://svn.code.sf.net/p/syntaxhighlight/code/highlight/
git show-ref origin/sourceforge > `git rev-parse --git-dir`/refs/remotes/git-svn