File: get-from-svn

package info (click to toggle)
quickroute-gps 2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 19,576 kB
  • sloc: cs: 74,488; makefile: 72; sh: 43
file content (14 lines) | stat: -rwxr-xr-x 274 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash

# add the below lines in .git/config if "git svn fetch" fails
# [svn-remote "svn"]
# 	url = http://quickroute-gps.googlecode.com/svn/trunk
# 	fetch = :refs/remotes/git-svn

# http://quickroute-gps.googlecode.com/svn/trunk/



git checkout master
git svn fetch