Opened 14 years ago

Closed 14 years ago

#696 closed defect (fixed)

platform independent archiveinf files

Reported by: kjdon Owned by: kjdon
Priority: moderate Milestone: 2.84 Release
Component: Collection Building Severity: minor
Keywords: Cc:

Description

When you build a collection on windows, the archiveinf files end up with paths like import\doc.doc. If you then copy the collection to linux and try to incrementally build, or just rebuild without reimport, then it can't handle the \. But apparently it works teh other way round, ie windows can handle /.

Solution: store all info using / not \

Change History (1)

comment:1 by kjdon, 14 years ago

Resolution: fixed
Status: newclosed

I have changed the path to the archive doc.xml from HASHxxx\doc.xml to HASHxxx/doc.xml. This means that a windows collection can be rebuilt on linux without reimporting.

However, all the other paths are full paths, so no point changing them, as the paths will be wrong when the collection is moved. So incremental build cannot work if the collection is shifted anyway, no need to worry about slashes.

Note: See TracTickets for help on using tickets.