Git development
 help / color / mirror / Atom feed
* git-svn woes
@ 2009-02-27 20:37 Nicolas Pitre
  2009-02-27 20:53 ` Deskin Miller
  2009-02-27 21:02 ` Ben Walton
  0 siblings, 2 replies; 7+ messages in thread
From: Nicolas Pitre @ 2009-02-27 20:37 UTC (permalink / raw)
  To: git; +Cc: Eric Wong


OK... I cannot pretend to be a newbie with git.  However it's the first 
time I try git-svn and it looks like a couple basic things aren't right.

I initially cloned svn://svn.berlios.de/openocd using "git svn clone -s".
So far so good.  Now I'm attempting to update using "git svn fetch" but 
the operation always fails with the following error:

|branch_from: /openocd/branches => /openocd/branches/xscale
|Found possible branch point: 
|svn://svn.berlios.de/openocd/openocd/branches/xscale => 
|svn://svn.berlios.de/openocd/branches/xscale, 1231
|Initializing parent: xscale@1231
|Found branch parent: (xscale) 657522f3f2d1ab8b679fd5b45ce4e9ca1974af18
|Following parent with do_switch
|Scanning for empty symlinks, this may take a while if you have many empty files
|You may disable this with `git config svn.brokenSymlinkWorkaround false'.
|This may be done in a different terminal without restarting git svn
|Malformed network data: Malformed network data at /home/nico/libexec/git-core/git-svn line 3333

Thing is... the repository never gets updated and by far.  According to 
"git svn info", the fetched revision is 1232, while a separate 
repository using native svn claims to be at revision 1383.

Furthermore, the "git svn info" command produces yet more errors, such 
as:

|Use of uninitialized value $lc_author in concatenation (.) or string at /home/nico/libexec/git-core/git-svn line 964.
|Use of uninitialized value $lc_rev in concatenation (.) or string at /home/nico/libexec/git-core/git-svn line 965.
|Use of uninitialized value $t in gmtime at /home/nico/libexec/git-core/git-svn line 4743.
|Use of uninitialized value $t in numeric comparison (<=>) at /home/nico/libexec/git-core/git-svn line 4744.
|Use of uninitialized value $t in subtraction (-) at /home/nico/libexec/git-core/git-svn line 4745.
|Use of uninitialized value $t in localtime at /home/nico/libexec/git-core/git-svn line 4746.

This is with git from current "next". I cannot spend time to try fixing 
the issue myself (especially as I'm not familiar at all with the inner 
workings of svn), so my only option at the moment is to give up on 
git-svn altogether.  :-(


Nicolas

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

end of thread, other threads:[~2009-02-28  5:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-27 20:37 git-svn woes Nicolas Pitre
2009-02-27 20:53 ` Deskin Miller
2009-02-28  3:31   ` Eric Wong
2009-02-28  3:41     ` Junio C Hamano
2009-02-28  4:09       ` Eric Wong
2009-02-28  5:54         ` Junio C Hamano
2009-02-27 21:02 ` Ben Walton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox