Re: [Kde-scm-interest] svn2git: file is svn:special but not a symlink

2010-09-26 Thread Niko Sams
please review this fix: diff --git a/src/svn.cpp b/src/svn.cpp index dd3ce53..7511326 100644 --- a/src/svn.cpp +++ b/src/svn.cpp @@ -285,11 +285,17 @@ static int dumpBlob(Repository::Transaction *txn, svn_fs_root_t *fs_root, QByteArray buf; buf.reserve(len); S

Re: [Kde-scm-interest] svn2git: file is svn:special but not a symlink

2010-09-25 Thread Thiago Macieira
On Saturday 25. September 2010 11.41.39 Niko Sams wrote: > 2010/9/25 Thiago Macieira : > > On Saturday 25. September 2010 10.32.31 Niko Sams wrote: > >> Is such a change from a link to a file not supported by svn2git? > >> I tried simply ignoring the error but that didn't work > > > > Replacing a

Re: [Kde-scm-interest] svn2git: file is svn:special but not a symlink

2010-09-25 Thread Niko Sams
2010/9/25 Thiago Macieira : > On Saturday 25. September 2010 10.32.31 Niko Sams wrote: >> Is such a change from a link to a file not supported by svn2git? >> I tried simply ignoring the error but that didn't work > > Replacing a symlink with a file in one commit? Probably runs into a bug. A bug in

Re: [Kde-scm-interest] svn2git: file is svn:special but not a symlink

2010-09-25 Thread Thiago Macieira
On Saturday 25. September 2010 10.32.31 Niko Sams wrote: > Is such a change from a link to a file not supported by svn2git? > I tried simply ignoring the error but that didn't work Replacing a symlink with a file in one commit? Probably runs into a bug. -- Thiago Macieira - thiago (AT) macieira.i

[Kde-scm-interest] svn2git: file is svn:special but not a symlink

2010-09-25 Thread Niko Sams
Hi, I have yet another export problem :/ I run into this qFatal(): Exporting revision 841619 . file /trunk/KDE/kdebase/workspace/cursors/src/theme-norway/CMakeLists.txt is svn:special but not a symlink diff of this commit: svn diff file:///home/niko/kdesvn/svn2git/svn -c 841619 Index: trunk/KDE