On Sat, Jun 28, 2008 at 7:05 PM, Dan Carter <[EMAIL PROTECTED]> wrote: > I have been browsing the source tree on SF using Tortoise. I have > looked at (downloaded to SE) several modules. Is there any cleanup I > should do to ensure I have checked nothing out?
Dan, You need to check out the entire source tree as a whole, but just the interpreter tree. So something like: oorexx/interpreter-3.x/releases/3.2.0/trunk which would be the 3.2.0 release source code. You could also check out: oorexx/interpreter-3.x/trunk Which would be the current tip of the tree. But the 3.x trunk is undergoing a lot change right now, I'm not sure which source tree would be best for what you intend to do. I think you said you use TortoiseSVN. I don't use that, so I'm not exactly sure how it works. But here are the two URLs for the above (they may word wrap): https://oorexx.svn.sourceforge.net/svnroot/oorexx/interpreter-3.x/releases/3.2.0/trunk https://oorexx.svn.sourceforge.net/svnroot/oorexx/interpreter-3.x/trunk Let me know if you have any trouble with the mechanics of using any of the tools on Windows. Rick is the better source for how to port the code of course. -- Mark Miesfeld ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Oorexx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-devel
