Hello developers,

I've played around with a most recent version of trunk
https://www.fossil-scm.org/fossil/info/dabb08e9b31bb0b2
and I think I've found a bug in fossil's svn import feature.

Um, I'm not so skilled on the command line and hope that the translation is
some kind of understandable.

Thanks for your attention,
Kain

I hope someone can reproduce this behavior:

svnrdump dump http://mp3check.googlecode.com/svn/trunk/ -r 0:HEAD >
mp3check_v3.dump
fossil import --svn --trunk trunk/src/ mp3check_v3.fos mp3check_v3.dump
fossil ui mp3check_v3.fos
http://localhost:8080/finfo?name=mp3check.1
binary file (aka blob)
vs.
https://code.google.com/p/mp3check/source/browse/trunk/src/mp3check.1

svnadmin create mp3check
svnadmin load mp3check < mp3check_v3.dump
svnadmin dump mp3check -r 0:HEAD > mp3check_v2.dump
fossil import --svn --trunk trunk/src/ mp3check_v2.fos mp3check_v2.dump
fossil ui mp3check_v2.fos
http://localhost:8080/finfo?name=mp3check.1
... looks fine as txt file.


---
This is fossil version 1.32 [dabb08e9b3] 2015-03-19 21:54:15 UTC
Compiled on Mar 20 2015 05:46:38 using msc-18.00 (32-bit)
SQLite 3.8.9 2015-03-09 10:40:48 e5da5e7d5d
Schema version 2015-01-24
zlib 1.2.8, loaded 1.2.8
SSL (OpenSSL 1.0.2a 19 Mar 2015)
JSON (API 20120713)
UNICODE_COMMAND_LINE

[[ Result from tester.tcl:
***** Failures: merge-utf-27-23 merge-utf-27-32 merge_multi-4
merge_renames-5
th1-setting-5 th1-setting-6 th1-checkout-1 th1-checkout-2 th1-header-2
th1-footer-2 th1-footer-3 th1-artifact-3 th1-artifact-5 th1-artifact-7
th1-artifact-9 th1-globalState-1 th1-globalState-8
]]

----
svnrdump, version 1.8.11 (r1643975)
   compiled Dec 17 2014, 21:04:03 on x86-microsoft-windows

Copyright (C) 2014 The Apache Software Foundation.
This software consists of contributions made by many people;
see the NOTICE file for more information.
Subversion is open source software, see http://subversion.apache.org/

The following repository access (RA) modules are available:

* ra_svn : Module for accessing a repository using the svn network protocol.
  - with Cyrus SASL authentication
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme
* ra_serf : Module for accessing a repository via WebDAV protocol using
serf.
  - using serf 1.3.8
  - handles 'http' scheme
  - handles 'https' scheme


----
svnadmin, version 1.8.11 (r1643975)
   compiled Dec 17 2014, 21:04:03 on x86-microsoft-windows

Copyright (C) 2014 The Apache Software Foundation.
This software consists of contributions made by many people;
see the NOTICE file for more information.
Subversion is open source software, see http://subversion.apache.org/

The following repository back-end (FS) modules are available:

* fs_fs : Module for working with a plain file (FSFS) repository.
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to