File: reinit-git-svn.sh

package info (click to toggle)
highlight 3.41-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 5,024 kB
  • sloc: cpp: 22,087; php: 751; makefile: 366; ansic: 257; perl: 113; python: 97; sh: 5; tcl: 1
file content (5 lines) | stat: -rw-r--r-- 223 bytes parent folder | download | duplicates (5)
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