Re: git svn clone failed

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Arnoud,

On Fri, 2 May 2025, BERENDSEN Arnoud wrote:

> What did you do before the bug happened? (Steps to reproduce your issue)
> 
> - I was migrating an SVN repository to Git using:
> git svn clone <my-svn-repo> --stdlayout --authors-file=C:\path\to\my-authors-file.txt  --preserve-empty-dirs .
> 
> 
> What did you expect to happen? (Expected behavior)
> 
> - I expect the entire process to succeed without errors.
> When unavoidable errors do happen, I expect the error message to be helpful, give a clear description of what the underlying problem is, and how to solve it.
> 
> 
> What happened instead? (Actual behavior)
> 
> - The migration failed with the folowwing error:
> 
> r2814 = 1ecf20e2d14b45ee517b56f5f51b406801e9869b (refs/remotes/origin/trunk)
> Found possible branch point: https://<my-svn-repo> => https://<my-svn-repo>/branches/<my-branch-name>, 2814
> W: Refspec glob conflict (ref: refs/remotes/origin/trunk):
> expected path: branches/trunk
>     real path: trunk
> Continuing ahead with trunk
> W: Refspec glob conflict (ref: refs/remotes/origin/trunk):
> expected path: branches/trunk
>     real path: trunk
> Continuing ahead with trunk
> Initializing parent: refs/remotes/origin/<my-branch-name>@2814
> Use of uninitialized value $args[2] in join or string at C:/Program Files/Git/mingw64/share/perl5/Git.pm line 1655.
> Use of uninitialized value $_[3] in exec at C:/Program Files/Git/mingw64/share/perl5/Git.pm line 1681.
> fatal: Not a valid object name
> ls-tree -z --name-only  data/OVK/: command returned error: 128

In Git for Windows, `git svn` is quite a maintenance burden (with a few
known issues) and my current thinking is to drop it from Git for Windows
instead of leaving it in the current shape (I, for one, cannot justify
working on it myself, and the same seems to hold for everybody else, too).
See also https://github.com/git-for-windows/git/issues/5405.

Is there a chance that you could use the [Windows Subsystem for Linux
(WSL)](https://learn.microsoft.com/en-us/windows/wsl/) (i.e. the Linux
version of Git) for this migration, especially given that the
characterization as "migration" suggests that this is a one-off task?

Ciao,
Johannes

> What's different between what you expected and what actually happened?
> 
> - The process failed instead of succeeding, and the error was incredibly unhelpful, and seems like a bug in Git.pm.
> 
> 
> Anything else you want to add:
> 
> 
> Before this happened, another error happened first, which may or may not be related:
> 
> r1126 = 9d5f073cfcac00b9d8586923da4d045699244749 (refs/remotes/origin/trunk)
> Failed to strip path 'src/Lijsten/.gitignore' ((?^:^trunk(/|$)))
> 
> This also is not a very helpful error, as it gives no indication of *why* it failed to 'strip the path' (strip it of what, anyway?), nor why it failed on this particular commit.
> 
> Restarting the process by rerunning the same 'git svn clone' command seemed to 'fix' the problem by just continuing the process (which begs the question why the process aborted itself in the first place. Couldn't it just have continued?)
> 
> 
> 
> Please review the rest of the bug report below.
> You can delete any lines you don't wish to share.
> 
> 
> [System Info]
> git version:
> git version 2.49.0.windows.1
> cpu: x86_64
> built from commit: cca1f38702730b35f52c29efd62864b85e85ddcc
> sizeof-long: 4
> sizeof-size_t: 8
> shell-path: D:/git-sdk-64-build-installers/usr/bin/sh
> feature: fsmonitor--daemon
> libcurl: 8.12.1
> OpenSSL: OpenSSL 3.2.4 11 Feb 2025
> zlib: 1.3.1
> uname: Windows 10.0 22631
> compiler info: gnuc: 14.2
> libc info: no libc information available
> $SHELL (typically, interactive shell): <unset>
> 
> 
> [Enabled Hooks]
> 
> C2 - Restricted use
> 





[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux