Re: Fwd: Error with git-svn pushing a rename

2013-12-25 Thread Roman Kagan
2013/12/25 Roman Kagan rka...@mail.ru: I've hit this problem too, and tracked it down to what I think is a bug in svn. [...] I'm going to submit a patch adding apr_pstrdup() to subversion folks. http://thread.gmane.org/gmane.comp.version-control.subversion.devel/145186 Roman. -- To

Re: Fwd: Error with git-svn pushing a rename

2013-12-25 Thread Roman Kagan
2013/12/25 Roman Kagan rka...@mail.ru: 2013/12/25 Roman Kagan rka...@mail.ru: I've hit this problem too, and tracked it down to what I think is a bug in svn. [...] I'm going to submit a patch adding apr_pstrdup() to subversion folks.

Re: Fwd: Error with git-svn pushing a rename

2013-12-25 Thread Thomas Rast
Roman Kagan rka...@mail.ru writes: --- a/perl/Git/SVN/Editor.pm +++ b/perl/Git/SVN/Editor.pm @@ -304,8 +304,9 @@ sub C { my ($self, $m, $deletions) = @_; my ($dir, $file) = split_path($m-{file_b}); my $pbat = $self-ensure_path($dir, $deletions); + my $upa =

Re: Fwd: Error with git-svn pushing a rename

2013-12-24 Thread Roman Kagan
Benjamin Pabst benjamin.pabst85 at gmail.com writes: is it possible to debug git-svn or get a more verbose / debug output from it? I already tried with the GIT_TRACE variable, but it does not include any further output on the svn methods. I've hit this problem too, and tracked it down to what

Re: Fwd: Error with git-svn pushing a rename

2013-11-20 Thread Benjamin Pabst
Hi, is it possible to debug git-svn or get a more verbose / debug output from it? I already tried with the GIT_TRACE variable, but it does not include any further output on the svn methods. Regards, Benjamin 2013/11/17 Andreas Stricker astric...@futurelab.ch: Hi Jonathan Can you give an

Re: Fwd: Error with git-svn pushing a rename

2013-11-18 Thread Benjamin Pabst
Hi Andy, sadly I get the same error with a downgraded svn: $ git --version git version 1.8.4.2 $ svn --version svn, version 1.7.10 (r1485443) compiled Nov 18 2013, 18:43:16 Copyright (C) 2013 The Apache Software Foundation. This software consists of contributions made by many people; see the

Re: Fwd: Error with git-svn pushing a rename

2013-11-17 Thread Andreas Stricker
Hi Jonathan Can you give an exact sequence of steps (including Upgrade Subversion at this step) to reproduce the problem? That would help immensely --- if at all possible, I would very much like to keep existing git-svn repos working on upgrade. Of course. I've attached a text file with the

Re: Fwd: Error with git-svn pushing a rename

2013-11-15 Thread Andreas Stricker
Hi But today I tried to push back a rename to the subversion server, which resulted in the following error: perl: subversion/libsvn_subr/dirent_uri.c:2489: svn_fspath__skip_ancestor: Assertion `svn_fspath__is_canonical(child_fspath)' failed. error: git-svn died of signal 6 I also observed

Re: Fwd: Error with git-svn pushing a rename

2013-11-15 Thread Andreas Stricker
Hi Benjamin thanks for your link. Can you give me the exact version you downgraded svn to? svn, Version 1.7.10 (r1485443) I tried to reproduce the problem with git version 1.8.4.2 and Subversion version 1.8.4 (r1534716) with a fresh and pristine subversion repo and a git-svn clone of it: I

Re: Fwd: Error with git-svn pushing a rename

2013-11-15 Thread Jonathan Nieder
Andreas Stricker wrote: svn, Version 1.7.10 (r1485443) I tried to reproduce the problem with git version 1.8.4.2 and Subversion version 1.8.4 (r1534716) with a fresh and pristine subversion repo and a git-svn clone of it: I didn't manage to reproduce the rename issue. Then I switched

Fwd: Error with git-svn pushing a rename

2013-11-14 Thread Benjamin Pabst
Hi guys, I'm using git as a subversion client, which works great so far. But today I tried to push back a rename to the subversion server, which resulted in the following error: perl: subversion/libsvn_subr/dirent_uri.c:2489: svn_fspath__skip_ancestor: Assertion