Yes, I use BitBucket more with Xojo projects than I do VFP projects to be honest. That's where more of my new development efforts are.

For the free version of Xojo, you can only save the project in binary format which is *not* source control friendly. When you purchase a license however, the default Xojo project and files are modified JSON like file that makes it easy to do code comparison and source code control. The project file looks something like this from my ctUtilsTest.xojo_project file: (abbreviated)

Type=Desktop
RBProjectVersion=2014.031
MinIDEVersion=20070100
Class=AppCTUtils;AppCTUtils.xojo_code;&h3883D7FF;&h0;false
Window=frmCTUtilsTest;frmCTUtilsTest.xojo_window;&h118E7FFF;&h0;false
MenuBar=MenuBar1;MenuBar1.xojo_menu;&h4E6EEFFF;&h0;false
Class=ctUtils;ctUtils.rbo;&h6D25FFF;&h0;false
BuildSteps=Build Automation;Build Automation.xojo_code;&h353A27FF;&h0;false
DefaultWindow=frmCTUtilsTest
AppMenuBar=MenuBar1
MajorVersion=1
MinorVersion=0
SubVersion=0
NonRelease=0
... lots more settings ...

HTH,
Kevin
On 02/19/2015 09:42 AM, Dave Crozier wrote:
Thanks both Garrett and Kevin, I will give both solutions a look. Just as a 
matter of interest Kevin, does that handle Xojo projects as we may also be 
looking at taking that on board having used it myself for the last 2 years for 
personal projects.

Dave



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to