pde-cds
pde-cds
@dependabot rebase
@dependabot rebase
@rhuijben We might close this one because the changes seem unnecessary at this point
I can reproduce it through LibGit2Sharp, but the error comes from libgit2. Because of this, I created this issue additionally to the one in libgit2sharp
Well thats nice to now. As coming from LibGit2Sharp there was no such information Never the less we used a modified version of 0.26.2 with usage of libgit2 with ianhattendorf's...
After testing some changes in libgit2, I found our problem which seems to be util/fs_path.c/git_fs_path_validate_str_length_with_suffix https://github.com/libgit2/libgit2/blob/42b5d8527620d969bfe8e34b2445c2e099b54d11/src/util/fs_path.c#L1727-L1748 Removing `|| total_len > MAX_PATH` from the if clause fixed our problem. This code...
@ethomson Any thoughts about this?
Created a PullRequest with an integrated OpenSSL 3.0.12 https://github.com/AmpScm/SharpSvn/pull/89. @rhuijben Any thoughts about this?
This behaviour can reproduced via UnitTest [Theory] [InlineData("http://github.com/libgit2/TestGitRepository")] [InlineData("https://github.com/libgit2/TestGitRepository")] public void CanCloneLongPath(string url) { var scd = BuildSelfCleaningDirectory(); string firstFolder = new string('a', 100); string secondFolder = new string('b', 200);...
@kazakevich-alexei The setting you mentioned works only for longpaths inside a repository. A repository which will be created in a longpath still does not work