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 =

german translation bug

2013-12-25 Thread Wolfgang Rohdewald
Arbeitsverzeichnis leer means working directory empty which is obviously wrong. It should say Arbeitsverzeichnis sauber wr@s5:~/src/linux$ git status # Auf Zweig drm-intel-testing Nichts zum Einreichen, Arbeitsverzeichnis leer wr@s5:~/src/linux$ LANG=C git status # On branch drm-intel-testing

Re: german translation bug

2013-12-25 Thread Ralf Thielow
On Wed, Dec 25, 2013 at 8:53 PM, Wolfgang Rohdewald wolfg...@rohdewald.de wrote: Arbeitsverzeichnis leer means working directory empty which is obviously wrong. It should say Arbeitsverzeichnis sauber wr@s5:~/src/linux$ git status # Auf Zweig drm-intel-testing Nichts zum Einreichen,

Re: german translation bug

2013-12-25 Thread Wolfgang Rohdewald
Am Mittwoch, 25. Dezember 2013, 21:59:10 schrieb Ralf Thielow: What version of Git do you use? What distro in what version do you use? freshly installed kubuntu 13.10. The package language-pack-de mentioned at the end of this mail is installed. I suppose I should open a KDE bug report? i5:~

Re: german translation bug

2013-12-25 Thread Wolfgang Rohdewald
Am Mittwoch, 25. Dezember 2013, 22:53:29 schrieb Wolfgang Rohdewald: I suppose I should open a KDE bug report? I meant a ubuntu bug report of course. -- Wolfgang -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord...@vger.kernel.org More majordomo

Re: [PATCH v4 23/23] compat/mingw.h: Fix the MinGW and msvc builds

2013-12-25 Thread Erik Faye-Lund
On Sat, Dec 21, 2013 at 3:00 PM, Jeff King p...@peff.net wrote: From: Ramsay Jones ram...@ramsay1.demon.co.uk Signed-off-by: Ramsay Jones ram...@ramsay1.demon.co.uk Signed-off-by: Junio C Hamano gits...@pobox.com Signed-off-by: Jeff King p...@peff.net --- compat/mingw.h | 1 + 1 file

Re: git fuse

2013-12-25 Thread Drew Northup
On Thu, Dec 19, 2013 at 4:15 PM, Thomas Koch tho...@koch.ro wrote: Hi, I'm thinking about using Git for web application deployment and thought that I wouldn't even need to checkout a worktree if I could access the bare git repo via fuse. Thomas, Given that gitweb (and more than a few other