You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by po...@tigris.org on 2008/12/30 13:47:33 UTC

Any news from the IBM i port? (aka AS/400)

Hi, since Mark Phippard left Softlanding, the IBM i port of Subversion have been more than uncertain.  I mean the release pace is too slow as we can't get the latest 1.5 version running on i.  At Softlanding, we get sparse response.  Is there any plan that Tigris, thru Mark's knowledge of IBM i environment, provide a up to date IBM i port?  As I recently knew of, we are over 2 millions users of SVN on IBM i which worth the effort I believe.   TIA

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=995961

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: Any news from the IBM i port? (aka AS/400)

Posted by Mark Phippard <ma...@gmail.com>.
On Tue, Dec 30, 2008 at 8:47 AM,  <po...@tigris.org> wrote:
> Hi, since Mark Phippard left Softlanding, the IBM i port of Subversion have been more than uncertain.  I mean the release pace is too slow as
> we can't get the latest 1.5 version running on i.  At Softlanding, we get sparse response.  Is there any plan that Tigris, thru Mark's knowledge of
> IBM i environment, provide a up to date IBM i port?  As I recently knew of, we are over 2 millions users of SVN on IBM i which worth the effort I
> believe.   TIA

Tigris is not a company, it is a hosting service for open-source
engineering projects.  Perhaps you meant CollabNet, who provides the
software and hardware etc.?  CollabNet does not have any plans to fund
work on this port as we do not use the System i.

Since no one has maintain the port in a couple years, the code for the
port was recently removed from the Subversion trunk, although getting
it back would be easy.  On OS/400 versions since V5R4 the port did not
require much code differences, but it was still a lot of work to
maintain and test the port.  The biggest problem was that without any
native Python support on OS/400 it was hard to run the test suite.
The vast majority of the work was in keeping the Python tests running
with the port of Python that does exist.  And then the tests
themselves took forever to run because of Python.

Someone with some C skills and OS/400 knowledge could probably get SVN
1.5.5 running.  Trunk would be a little bit more difficult because
SQLite has been added as a mandatory dependency for repositories.  So
this would have to be ported to OS/400, tested and maintained as well.

The other thing to look at would be SVNKit (http://svnkit.com).  Their
pure-Java solution runs on OS/400, but last I knew they have not
ported a "server" so you could not use it to serve a repository.  It
works well as a SVN client though.

-- 
Thanks

Mark Phippard
http://markphip.blogspot.com/

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1060577

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].