Package: git-svn
Version: 1:1.7.10.4-1+wheezy1
The git-svn commands fail when the repository has a "gitdir" file
for .git rather than a directory. This is how git-submodule sets things
up now, so this will bite anyone who sets up a git submodule which
should be able to fetch from an svn repo.
$ git svn fetch
fatal: Not a git repository: '.'
rev-parse --symbolic --all: command returned error: 128
$ ls -l .git
-rw-rw-r-- 1 barak barak 30 Feb 13 09:55 .git
$ cat .git
gitdir: ../.git/modules/adolc
$ git rev-parse --symbolic --all | head -5
refs/heads/master
refs/remotes/origin/HEAD
refs/remotes/origin/master
refs/remotes/origin/pristine-tar
refs/remotes/origin/stable
--Barak.
--
Barak A. Pearlmutter
Hamilton Institute & Dept Comp Sci, NUI Maynooth, Co. Kildare, Ireland
http://www.bcl.hamilton.ie/~barak/
-- System Information:
Debian Release: 7.0
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.7-trunk-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_IE.utf8, LC_CTYPE=en_IE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages git-svn depends on:
ii git 1:1.7.10.4-1+wheezy1
ii libsvn-perl 1.6.17dfsg-4
ii libterm-readkey-perl 2.30-4+b2
ii libwww-perl 6.04-1
ii libyaml-perl 0.81-1
git-svn recommends no packages.
Versions of packages git-svn suggests:
ii git-doc 1:1.7.10.4-1+wheezy1
ii subversion 1.6.17dfsg-4
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]