ingestion starting date: 11/01/2017 13:00
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Feb 10 2017
Jan 12 2017
Jan 11 2017
Currently running on swh's internal infrastructure workers.
Jan 10 2017
This is not solved yet.
...
This could hint at something to improve the actual workaround.
Jan 9 2017
Dec 13 2016
The road so far...
I am unable to reproduce this behavior in integration tests...
Svn-loader's initial code computes correctly the hashes (I have exported each revision and computed separately the hashes independently to be certain of this fact).
Dec 9 2016
Dec 8 2016
Taking a look at why the export on subvertpy worked, it's because, the 'native_eol' flag is NULL by default in subvertpy [1].
This then goes on and call the svn lib api binding [2].
That svn lib api binding, for that null value for that flag, falls back to using the 'standard eol marker'. Which is LF on Linux platforms.
So ok for why subvertpy exports works out of the box like svn.
Dec 6 2016
It falls down to the revision 23242 which creates a diverging tree.
Files have a CRLF end of line whereas it should be LF (well according to svn export).
Sep 23 2016
Aug 29 2016
This tasks takes care of:
- loader-core
- loader-dir (depends on loader-core)
- loader-tar (depends on loader-dir and loader-core)
- loader-git
- loader-svn
Aug 23 2016
Aug 18 2016
Aug 17 2016
Jul 28 2016
Jul 22 2016
I've also added some other dependencies from other modules (swh-web-ui, swh-fetcher-googlecode...)
https://wiki.softwareheritage.org/index.php?title=Licensing&curid=70&diff=374&oldid=205
Jul 13 2016
Jul 2 2016
Update on this are on the https://sympa.inria.fr/sympa/arc/swh-devel/2016-06/msg00011.html
Jun 28 2016
Tryout information:
- repo: asf via http connection (as mentioned in description)
- machine: worker01 with a local remote storage plugged to softwareheritage-test-svn db.
Jun 27 2016
Done in:
6326932 * Add integration tests about update cases
e70418b * Add integration test about svn repository update
1c73b36 * Rename appropriately test_converters.org to test_loader.org
7eb8a5d * Add IT tests for one svn repository loading through swh or gitsvn policy
Jun 14 2016
Jun 13 2016
cf. T386#6859 entitled 'comparison - with swh-storage'
Every comment has a date which is a permalink to the comment, just use that link directly, or add the trailing #something part to the task name, e.g.: T411#6857
(how do we make link to comment on phab?)
Jun 12 2016
Great news!
swh-loader-svn faster now.
Using the same principle as git-svn (remote-access client), we are now faster than git-svn either with or without storage.
May 31 2016
IIRC jelmer/subvertpy does but it's python2 --> This is dulwich's author...
My hypothesis for git-svn is that they orchestrate themselves svn export and diffs.
May 30 2016
My take is that we do not want keywords expanded when importing an SVN
So, keeping the unexpanded version of the file would be the safest bet for
having some kind of normal form of it.
The first step to take is to decide whether we want keyword expansion or not.
To give visibility about this.
May 27 2016
Nothing in docs about it.
pysvn docs: http://pysvn.stage.tigris.org/docs/pysvn_prog_ref.html#pysvn_client_export
- Same hash tree
May 26 2016
May 24 2016
Running a batch on the current 5 repositories with data sending to storage inhibited.
Unfortunately no.
I don't know how to compare fairly those tools and have the details.
Follow up on this.
May 23 2016
I see a factor ranging from 2 for short version histories to 8 for long
histories w.r.t. git-svn, which is difficult to analyse like this.
I see a factor ranging from 2 for short version histories to 8 for long
histories w.r.t. git-svn, which is difficult to analyse like this.
swh-svn hash been updated with the following behavior.
conclusion: git-svn faster.