Open Source RISC OS Application.
Keith Sloan (1493) 32 posts |
I have an Application that I am thinking of making Open Source. For Non RISC OS open source I use Git and a GitHub sourced at SourceForge, What is the best source management tool for RISC OS? Thanks |
Steffen Huber (91) 1953 posts |
Google Code supports SVN, SourceForge supports SVN and CVS. Git has not (yet?) been ported to RISC OS (I know that someone (Theo Markettos?) has tried and it didn’t work), neither has Mercurial (if Mercurial was available, Bitbucket, the Mercurial equivalent of GitHub, could be used). |
Keith Sloan (1493) 32 posts |
Okay I found how to add SVN at SourceForge so I then decided to install SubVersion on RISC OS via !RiskPkg But after install when I type svn anything like svn status I get No writable memory at this address. I am running RISC OS 5.19 under RPCEmu v0.8,9 Where can I ask about support? |
Chris Gransden (337) 1207 posts |
The wimpslot setting is too low in Alternatively drag the default next slot in Tasks to 5400k or upgrade to a newer RISC OS 5 rom. This will then set the wimpslot automatically. |
Keith Sloan (1493) 32 posts |
Thanks but I cannot find !SVN where will !RiskPkg have installed it? |
patric aristide (434) 418 posts |
Look in $.Apps.Developement |
Keith Sloan (1493) 32 posts |
Okay Many Thanks – I now have svn working without having to resort to changing the Task Slot |