git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* revision range required for git-svn problem with 1.7.3.1
@ 2010-10-19 21:05 Tyson Whitehead
  0 siblings, 0 replies; only message in thread
From: Tyson Whitehead @ 2010-10-19 21:05 UTC (permalink / raw)
  To: git

[-- Attachment #1: Type: Text/Plain, Size: 1240 bytes --]

I asked about this on the IRC channel the other day and was advised to submit 
a bug report to the mailing list.  My problem is this with our internal repo

$ svn co svn+ssh://svn@devel.sharcnet.ca/data/svn/sharcware

works as you would expect

$ git svn clone svn+ssh://svn@devel.sharcnet.ca/data/svn/sharcware
Initialized empty Git repository in .git/

checks out nothing.  However, if I do

$ svn log svn+ssh://svn@devel.sharcnet.ca/data/svn/sharcware -r HEAD
------------------------------------------------------------------------
r1576 | network | 2010-10-19 13:39:29 -0400 (Tue, 19 Oct 2010) | 1 line

Automated network config update.
------------------------------------------------------------------------

$ git svn clone svn+ssh://svn@devel.sharcnet.ca/data/svn/sharcware -r 1:r1576
...<whole bunch of cloning output removed>...

then I get everything as I should.  I would then think this should also work

$ git svn clone svn+ssh://svn@devel.sharcnet.ca/data/svn/sharcware -r 1:HEAD
Initialized empty Git repository in .git/

but it does not.

Thanks!  -Tyson

PS:  The repo is not organized according to the standard format at all.  It is 
just a single trunk rooted at /data/svn/sharcware.


[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-10-19 21:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-19 21:05 revision range required for git-svn problem with 1.7.3.1 Tyson Whitehead

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).