User Tools

  • Logged in as: anonymous (anonymous)
  • Log Out

Site Tools


mantisbt:importexport

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mantisbt:importexport [2008/07/29 18:38] – status update giallumantisbt:importexport [2024/03/26 05:03] (current) – [Other] formatting xmllint code block dregad
Line 2: Line 2:
  
    * **Author**: Gianluca Sforna (giallu)    * **Author**: Gianluca Sforna (giallu)
-   * **Status**: <del>Draft</del> | Work in Progress | <del>Implemented</del>+   * **Status**: <del>Draft</del><del>Work in Progress</del> | Implemented
    * **Associated Issue**: http://www.mantisbt.org/bugs/view.php?id=4220    * **Associated Issue**: http://www.mantisbt.org/bugs/view.php?id=4220
  
Line 65: Line 65:
 ** Status ** ** Status **
  
-PENDING+DONE 
 +A function implementing the above behaviour exists, but composing a list of users is memory intensive (more than 32Mb to execute with the mantis DB) so I'm refraining from using it. 
 + 
 +The current implementation tries by default to match usernames, then squash to the userID performing the import operation
  
  
Line 161: Line 164:
 ===== Other ===== ===== Other =====
  
-  * The resulting xml file can be tested for validity with xmllint like: +  * The resulting xml file can be tested for validity with xmllint like: <code> 
- +xmllint --noout --dtdvalid mantis.dtd exported_issues.xml 
-  ''xmllint --noout --dtdvalid mantis.dtd export_file.xml''+</code>
  
   * Check memory consumption when a huge number of issues are exported and imported   * Check memory consumption when a huge number of issues are exported and imported
mantisbt/importexport.1217371088.txt.gz · Last modified: 2008/10/29 04:31 (external edit)

Driven by DokuWiki