Blog
Recent Entries
A Year in Review - BoxLang 2024 Recap!
BoxLang has come a long way since its beta release, and we're thrilled to share the incredible progress made so far. From its initial launch to the upcoming stable version, BoxLang has been evolving with new features, tools, and a growing ecosystem, all aimed at empowering modern developers.In this recap, we’ll highlight the milestones and advancements that have shaped BoxLang’s journey to this point. Let’s take a look at what we’ve achieved and what’s coming next!
Partner with BoxLang and Ortus at Into the Box 2025: Empowering the Future of Modern Software Development!
At Ortus Solutions, we’ve always been at the forefront of innovation in the ColdFusion ecosystem. From pioneering modern ColdFusion practices to developing cutting-edge tools and frameworks, we’ve been passionate to help and sup[port the community into shaping the future of web development.That’s why we decided to build BoxLang, our new JVM programming language that not only builds on the strengths of ColdFusion but takes modern software development to the next level.
Ortus Solutions & BoxLang at Jfokus 2025: Silver Sponsor and Innovator
We’re thrilled to announce that Ortus Solutions, through BoxLang, will be participating as a Silver Sponsor at the prestigious Jfokus 2025 conference! Taking place in Stockholm, Sweden, from February 3 to 5, Jfokus is one of the premier developer conferences in Europe, bringing together thousands of tech enthusiasts, thought leaders, and industry professionals.
Add Your Comment
(7)
Aug 27, 2010 06:24:56 UTC
by John Whish
Hi Luis, Is github now the master or can I continue pulling from the SVN server for bleeding edge versions? Thanks
Aug 27, 2010 11:23:49 UTC
by Luis Majano
Github is the master john. I am trying to figure out a way to mirror it to the svn repo, but not sure how to
Aug 27, 2010 11:38:26 UTC
by John Whish
Ah OK - no problem. Explains why I wasn't getting any updates :) I think the MXUnit guys are mirroring the gitHub repo on SVN, but I might be wrong.
Aug 29, 2010 10:27:24 UTC
by scott conklin
can one you update to HEAD in github like you can in SVN from within cfbuilder or eclipse? basically how do you stay in sync with the latest using github?
Aug 29, 2010 12:33:02 UTC
by Luis Majano
Yes you van very easily. I recommend the egit eclipse plugin or smartgit. Once the repo is cloned Git clone URL You can do git pull to update to the latest commits. Or use the egit plugin and is easy as svn. Same deal.
Aug 30, 2010 11:57:52 UTC
by Richard Davies
It would be awesome if you could figure out some way to mirror the Git repo to the SVN repo. Please keep us informed of your progress. This article might give you a head start: http://www.kerrybuckley.org/2009/10/06/maintaining-a-read-only-svn-mirror-of-a-git-repository/
Aug 30, 2010 12:26:45 UTC
by Luis Majano
Thanks, i will surely start on this but please, you are more than welcomed to help out.