-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 05/24/2012 07:15 PM, Martin Vidner wrote:
> On Thu, May 24, 2012 at 06:15:00PM +0200, Martin Vidner wrote:
>> 
>> I am running(*) a comparison now, 
>> https://github.com/mvidner/yast2git/blob/master/yast-svn-git-diff-all
>>
>> 
(and other yast-svn-git-diff* files)
> 
> Results at 
> https://github.com/mvidner/yast2git/tree/9e75e5c419dd07db46b070ba6dd50cdc117f7c14/yast-svn-git-diff-results
>
> 
(some diffs are empty which is not visible on the github web
> listing)

I made a small reproducer for the non-truncating of files bug in
svndumpfilter3 and CCed the svndumpfilter3-Author.


#!/bin/sh
R=/tmp/REPO
svnadmin create $R
svn co file://$R
cd REPO
echo test > testfile
svn add testfile
svn commit -m "add"
echo -n > testfile
svn commit -m "empty"
echo -e '#!/bin/sh\necho OK' > script.sh
chmod a+x script.sh
svn add script.sh
svn commit -m "add script"
svnadmin dump $R > ~/test.dump
MODULE=x svndumpfilter3 ".*" < ~/test.dump > /dev/shm/test2.dump
diff -u ~/test.dump /dev/shm/test2.dump



which should make fixing the svndumpfilter3 a lot easier than using a
4GB dump that takes hours to filter.

The executable bit issues might be a bit more tricky. I had noticed
before, that output differed in that regard depending on which pathes
were specified as interesting, so it might be something in the
untangle operation.

Ciao
Bernhard M.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.18 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+/bqYACgkQSTYLOx37oWQi3QCfaTVqUJ03o/32wtr1bFPU0XVe
4IsAn31+7t1TeJq49tA6GWGLbDUVoYGz
=DNFF
-----END PGP SIGNATURE-----
-- 
To unsubscribe, e-mail: [email protected]
To contact the owner, e-mail: [email protected]

Reply via email to