Hi,

first of all, thanks for your work! It would be great if you could
> also document the changes. The 4.x docs are live at
> http://wiki.duraspace.org/display/DSDOC4x/
>
> And yes, Release Notes is the best place to inform everyone of the
> planned inclusion of this update.
>

I've updated the release notes page now, but I haven't done anything to the
4x documentation yet.  Should I do that right away, or wait until the 4.x
release cycle is a bit further along?


> Regarding keeping the history - I think it should be possible. I'm in
> uncharted waters here myself, but I'd look at
> http://git-scm.com/docs/git-filter-branch
>
> This should allow you to extract only the commits made to a
> subdirectory. Then the next step would be to rebase it on top of
> master (in a  normal feature branch) and make a pull request.
>

I had a battle with this this morning, but didn't have much success.  In
the end I followed this how-to:

http://jasonrudolph.com/blog/2009/02/25/git-tip-how-to-merge-specific-files-from-another-branch/

And brought only the relevant files in from my local branch to an
up-to-date-with-DSpace-HEAD branch, which I called swordv2contrib:

https://github.com/nye-duo/DSpace/tree/swordv2contrib

I've then issued a pull request on the DSpace repo:

https://github.com/DSpace/DSpace/pull/229

Note that this code depends on a newer version of the Java Server Library,
which we will also need to push into the maven central repo:
https://github.com/swordapp/JavaServer2.0

Cheers,

Richard
------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
Dspace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to