PxPlus User Forum

Main Board => Discussions => Programming => Topic started by: damonbrodie on January 31, 2026, 09:25:49 AM

Title: source code -> binary on linux (automated)
Post by: damonbrodie on January 31, 2026, 09:25:49 AM
On a Linix install, I have a source tree of .pxprg programs in a folder.  I want to turn them into pxplus binaries in a sister directory.  Basically similar to what would happen if I had an SVN checkout in Windows and I did a SVN UPDATE in the IDE.  I assume there is a set of command line args I can use to accomplish this with the pxplus command?

Thanks,

Damon
Title: Re: source code -> binary on linux (automated)
Post by: Mike King on February 01, 2026, 11:03:32 PM
Take a look at the program "*asctoprg.cnv"
Title: Re: source code -> binary on linux (automated)
Post by: martinp on February 19, 2026, 09:53:18 AM
We've implemented svn in linux it's working really well for us now that we got the kinks out.

We basically made two tools, our own svndiff and svncommit

We made use of these two existing tools which were handy:

call "*plus/proj/pxprg;to_cvs",APP_PATH$,OUT_PATH$,LAST.PSWD$

as well as

call "*plus/proj/pxpnl;to_cvs",APP_PATH$,OUT_PATH$,PANELS$