Wiki » History » Version 2

Marco Fabiani, 2012-05-29 12:14 PM

1 1 Marco Fabiani
h1. Wiki
2 1 Marco Fabiani
3 2 Marco Fabiani
h2. Updates
4 2 Marco Fabiani
5 2 Marco Fabiani
Version 0.6:
6 2 Marco Fabiani
- Uploading a directory will maintain the path structure (i.e. subdirectories).
7 2 Marco Fabiani
- A different server can be specified in the server.cfg file. This is overridden if the --servicedoc option is used. If the file is missing, sworduploader will default to C4DM's repository.
8 2 Marco Fabiani
9 1 Marco Fabiani
h2. Possible problems
10 1 Marco Fabiani
11 1 Marco Fabiani
Version 0.4 is based on the modified python-sword2 library that can be found on bitbucket/marcofabiani.
12 1 Marco Fabiani
13 1 Marco Fabiani
The script has been tested with the version now on github (richardjones), and it works IF DSpace is patched with the latest version of the sword-server-2.0 which corrects a mistake in the service document.
14 1 Marco Fabiani
15 1 Marco Fabiani
Issue 1: Service document verification fails (DSpace server)
16 1 Marco Fabiani
https://bitbucket.org/richardjones/python-sword2/issue/1/service-document-verification-fails-dspace
17 1 Marco Fabiani
18 1 Marco Fabiani
richardjones on Fri, 20 Apr 2012 12:45:26 +0200:
19 1 Marco Fabiani
20 1 Marco Fabiani
The bug was in the Java common library used by default
21 1 Marco Fabiani
22 1 Marco Fabiani
See http://tools.ietf.org/html/draft-gregorio-atompub-multipart-04 for details of multipart support requirements.
23 1 Marco Fabiani
24 1 Marco Fabiani
This has now been fixed in the java server library, which is hosted at http://sword-app.svn.sourceforge.net/viewvc/sword-app/JavaServer2.0/trunk/
25 1 Marco Fabiani
26 1 Marco Fabiani
Changes:
27 1 Marco Fabiani
 status: new -> resolved