From: Harry Vangberg <ichverstehe@gmail.com>
To: git@vger.kernel.org
Subject: git-svn doesn't fetch anything
Date: Thu, 5 Feb 2009 00:49:10 +0100 [thread overview]
Message-ID: <941ff7dd0902041549y238f8460m3e1173cee6f44328@mail.gmail.com> (raw)
Hello
I have read access to a Subversion repo with standard layout at
https://svn.turntool.com/svn/turntool/plantool
Using git version 1.6.1.2 I would like to use git-svn, so I do a clone:
$ git svn clone https://svn.turntool.com/svn/turntool/plantool -s
--username=harry
Initialized empty Git repository in /Users/h/work/projsvn/plantool/.git/
Error validating server certificate for 'https://svn.turntool.com:443':
- The certificate is not issued by a trusted authority. Use the
fingerprint to validate the certificate manually!
Certificate information:
- Hostname: svn.turntool.com
- Valid: from Mon, 19 Nov 2007 11:16:34 GMT until Sat, 14 Aug 2010 11:16:34 GMT
- Issuer: Subversion Repositories, TurnTool ApS, Aarhus C, Jylland, DK
- Fingerprint: e5:fd:0e:0a:5a:b3:8b:2d:a0:77:16:ac:16:ca:94:a0:ad:1e:15:6c
(R)eject, accept (t)emporarily or accept (p)ermanently? p
Authentication realm: <https://svn.turntool.com:443> TurnTool
Subversion Repository
Password for 'harry':
Authentication realm: <https://svn.turntool.com:443> TurnTool
Subversion Repository
Password for 'harry':
Authentication realm: <https://svn.turntool.com:443> TurnTool
Subversion Repository
Password for 'harry':
W: Ignoring error from SVN, path probably does not exist: (160013):
Filesystem has no item: '/svn/turntool/!svn/bc/100/plantool' path not
found
W: Do not be alarmed at the above message git-svn is just searching
aggressively for old history.
This may take a while on large repositories
I've been told that it is supposed to tell me a lot about fetched
revisions, but there's nothing. And the directory is completely empty
except for .git - here's my config:
$ cd plantool/
$ cat .git/config
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
[svn-remote "svn"]
url = https://svn.turntool.com/svn/turntool/plantool
fetch = trunk:refs/remotes/trunk
branches = plantool/branches/*:refs/remotes/*
tags = plantool/tags/*:refs/remotes/
I would really like this to work, so if anybody has some pointers, please.
next reply other threads:[~2009-02-04 23:50 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-04 23:49 Harry Vangberg [this message]
2009-02-05 3:36 ` git-svn doesn't fetch anything Björn Steinbrink
2009-02-05 8:54 ` Harry Vangberg
2009-02-05 11:08 ` Michael J Gruber
[not found] ` <86d4c5e00902042223n11caac95k2b226e3c2ce8658@mail.gmail.com>
[not found] ` <941ff7dd0902050033r5fa07533iac6dd3b4b5222af1@mail.gmail.com>
2009-02-05 8:43 ` Fwd: " Harry Vangberg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=941ff7dd0902041549y238f8460m3e1173cee6f44328@mail.gmail.com \
--to=ichverstehe@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).