=== Migration to Git
Pretty much done.
Report from Jim and all.
Remaining tasks:
1. Find solution for how to host private maven repo on git or alternative solution (/maven2)
-> no solution yet
Only swt jars are in maven2 now. (trov4j exists in a public repo)
Note: SVN repo is read-only.
Eclipse has a test repo.
Another option is to check-out, another to create a repo in Sonatype.
Will need a solution for when to upgrade.
Another option: our own Cloudbees repo.
2. Port sandbox projects - need to pick which ones
Maybe we can just leave the old stuff SVN and start fresh on Git.
Decision: we don't convert the sandbox. But anyone who needs it can do it.
3. Update cloudbees to work from git source.
Need to update the SCM source.
Maybe Asgeir will have time to this?
4. Decide on general workflow and policies - see Chase and Asgeir's suggestions.
Jim ran into issues when trying to updated a file already updated.
Fetch + Merge is better than Pull (maybe?)
Jim considering creating a clone for public updates.
=== Segmenter implementation
Report from Sergei
Code ready. Fast and stable.
Support ICU 4.8.11, Unicode 6.0, etc. Latest stuff.
Need to check ICU version in main branch.
Very long to implement.
=== Sub-Filters
See:
http://groups.google.com/group/okapi-devel/browse_thread/thread/11174b00ca36eb71
Jim will try to start a branch on this.
Will need to track the main branch. Git should pay off here.
Should we have also a branch for Drupal subfilter?
Will see.
=== Top-10 items
Yves was to post the list in dev and CC tools:
-> Will try to do that ASAP.
=== HTML5
Yves was to provide unit tests for the translate issue.
-> Pending
-> Yves to check if we have an issue for this.
But case of added <meta>/<meta/> is resolved.
=== Olifant/tmdb
Report from Fredrik/Yves.
=== Drupal filter:
Fredrik/Yves will work on this.
Will use the drupal Services module (the REST API).
Will include sub-filter support.
=== Any Other Business
--- Related to segmenter:
Some non-standard SRX options in our segmenter.
Inline code handling should be revisited. We have an issue on this.
Dan: access token with MS Connector
-> Dan to work on it.
Sergei: docx input + Pensieve TM.
Inline code. TM hit was without the code. Resulting on a invalid docx.
We could have an extra step to "fix-up" target segment for missing codes: could be useful!
Without human: docx + fuzzy matches are a problem.
-end
4. Decide on general workflow and policies - see Chase and Asgeir's suggestions.
Jim ran into issues when trying to updated a file already updated.
Fetch + Merge is better than Pull (maybe?)
"I confirm that the correct workflow in that case (evolutions on common set of files) is rebase first, then merge.
However, that means that, if you push your local branch (for backup reason), that branch should not be pulled (or at least used) by anyone else (since the commit history will be rewritten by the successive rebase)."
what about our shared branches then like subfilter?
Jim