Subversion for iSeries - Stack Overflow most recent 30 from stackoverflow.com 2009-12-18T17:52:15Z http://stackoverflow.com/feeds/question/1038532 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1038532/subversion-for-iseries 1 Subversion for iSeries Sam 2009-06-24T13:54:09Z 2009-07-02T16:17:16Z <p>Hi, We need info about Subversion for iSeries (OpenSource version). Has anyone used it for production systems?</p> <p>Thanks, Sam</p> http://stackoverflow.com/questions/1038532/subversion-for-iseries/1039160#1039160 0 Answer by Paul Morgan for Subversion for iSeries Paul Morgan 2009-06-24T15:38:05Z 2009-06-24T15:38:05Z <p>I can't comment on Subversion for OS/400 from Softlanding but their Turnover product is top notch. They understand change management on the iSeries. Their Subversion should be a good product.</p> http://stackoverflow.com/questions/1038532/subversion-for-iseries/1047274#1047274 0 Answer by Mike Wills for Subversion for iSeries Mike Wills 2009-06-26T04:07:14Z 2009-06-26T04:07:14Z <p>I could be wriong, but the last I heard, SoftLanding is no longer maintaining the opensorce subversion product. </p> http://stackoverflow.com/questions/1038532/subversion-for-iseries/1075311#1075311 1 Answer by Brandon Peterson for Subversion for iSeries Brandon Peterson 2009-07-02T16:17:16Z 2009-07-02T16:17:16Z <p>Sam,</p> <p>How are you planning to use it? If you want to connect WDSC or RDi to it for project management then that could work. Unfortunately if you want to use it on the green screen it may not do it for you since iSeries source code is stored in database files typically rather than text files in the IFS.</p> <p>All that SoftLanding has done is port it, not add any additional utilities for managing iSeries source code. Therefore by itself the main use is maybe managing files in the IFS or talking to remote clients like WDSC, RDi, TortoiseSVN, etc.</p> <p>However, Aaron Bartell has done some work to extend this functionality... see <a href="http://www.ibmsystemsmag.com/ibmi/february08/developer/19751p1.aspx" rel="nofollow">http://www.ibmsystemsmag.com/ibmi/april08/developer/19751p1.aspx</a> and <a href="http://www.ibmsystemsmag.com/ibmi/april08/developer/20214p1.aspx" rel="nofollow">http://www.ibmsystemsmag.com/ibmi/april08/developer/20214p1.aspx</a>. I'm not sure if he has done any further work since then.</p> <p>Also you might check out his website at <a href="http://mowyourlawn.com/" rel="nofollow">http://mowyourlawn.com/</a>.</p> <p>I'm working towards implementing something like this, but so far haven't had enough time to get it done. Personally I have to deal with multiple programmers and I'm not sure about Aaron's approach working too well for that. If I get any further I'll update my answer here.</p> <p>Good luck! <br>Brandon</p>