git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Unable to checkout a particular SVN revision
@ 2009-11-28  2:05 Marc Liyanage
  2009-11-28 15:03 ` Michael J Gruber
  2009-11-29 16:50 ` Daniele Segato
  0 siblings, 2 replies; 5+ messages in thread
From: Marc Liyanage @ 2009-11-28  2:05 UTC (permalink / raw)
  To: git


I'm trying to clone a specific SVN revision with git-svn:

    git svn clone -r 12345 https://host/svn/foo/branches/bar xyz

but it doesn't check out any files, I see just this:

    Initialized empty Git repository in /Users/liyanage/Desktop/xyz/.git

If I try the same thing with SVN like this:

    svn co -r 12345 https://host/svn/foo/branches/bar xyz
    
then I get what I expect, it checks out all the files and "svn info" gives me this revision.


I think it's because this particular revision wasn't committed on this branch, i.e. it doesn't show up in "svn log". If I try a revision that is listed in the log, it works as expected.


Is there a way to make this work?
    

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-12-01  4:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-28  2:05 Unable to checkout a particular SVN revision Marc Liyanage
2009-11-28 15:03 ` Michael J Gruber
2009-11-29  6:41   ` Marc Liyanage
2009-11-29 16:50 ` Daniele Segato
2009-12-01  4:59   ` Marc Liyanage

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