Development site opens

Discussion in 'MyBB Discussions' started by Justin S., Aug 19, 2009.

  1. Justin S.

    Justin S. Regular Member

    206
    30
    164
    Today MyBB announced the opening of the development site, giving users access to the current 1.4 and 1.6 development branches. The announcement:

    Getting Involved: Development site opens | MyBB Blog

     
    2 people like this.
  2. Tom

    Tom Regular Member

    153
    18
    164
    Big step indeed - I'm impressed!
     
  3. FullMetalBabe

    FullMetalBabe Zealot

    2,912
    339
    502
    Wait, wait, so the users have access to 1.6.x? Is my phone effing up?
     
  4. Chris

    Chris Regular Member

    5,422
    86
    434
    Your phone is not acting up, no. ;)
     
  5. FullMetalBabe

    FullMetalBabe Zealot

    2,912
    339
    502
    Okay, well I need to demand the use of my laptop, I want to get my hands on this.
     
  6. Justin S.

    Justin S. Regular Member

    206
    30
    164
    Yes, users now have access to the 1.6 development branch. However, I'd like to remind you that 1.6 is unsupported and should not be used on production forums. :)
     
  7. David

    David Regular Member

    1,088
    133
    518
    I'm actually about to download MyBB to test and out see how it is :D
     
  8. FullMetalBabe

    FullMetalBabe Zealot

    2,912
    339
    502
    Understood, though will users be able to comment on the product?
     
  9. Justin S.

    Justin S. Regular Member

    206
    30
    164
    Yes, you are able to comment on new features. However, when using development code, the understanding must be that features and bug fixes may not be applied fully yet and that they may not have been tested by SQA yet. This applies to the 1.4.x development branch as well. The only supported releases of MyBB are announced, numbered releases available for download on the main website. Everything else is considered unsupported. Basically, the opening of the development site should not change how you run your production forums - it is for those users who wish to go beyond simply using the software and instead getting involved with the software.

    I hope that makes sense.
     
  10. FullMetalBabe

    FullMetalBabe Zealot

    2,912
    339
    502
    Yes, it does. I'll be making a test board once I get home. Thank you very much for the information!
     
  11. Nick

    Nick Regular Member

    7,441
    218
    458
    Me too. I always like to see what MyBB is up to. Afterall, it is my free script of choice. :)
     
  12. Nick

    Nick Regular Member

    7,441
    218
    458
    Maybe I'm blind or clueless, but I can't seem to figure out how to download 1.6. They say in the comments of the blog/news entry that the latest version is in the "trunk" of the repository. I see the files, but how do I download them?

     
  13. Chris

    Chris Regular Member

    5,422
    86
    434
    I'm sure that Justin can shed some light on this situation, but I'm quite sure that the only method that can be used to access these files is by way of an SVN client. ;)
     
  14. Nick

    Nick Regular Member

    7,441
    218
    458
    Oh. Don't even know what that is, to be honest. :eek: :giggle:

    I'll wait for some dumbed-down instructions. :lol:
     
  15. Justin S.

    Justin S. Regular Member

    206
    30
    164
    Subversion, or SVN, is simply a way of managing a repository of code that allows several developers to work on the code at once without having to worry about conflicting changes. When developers commit their changes, the changes are simply applied to the repository - they don't have to worry about their changes being overwritten. You can also see the SVN Access article on the MyBB wiki for more information.

    In order to gain access to the repository, you need an SVN client. A short list is provided in the SVN access article. I personally recommend TortoiseSVN if you're using Windows; it tightly integrates with Windows Explorer and makes the process a lot easier. After installing it, you simply navigate to where you'd like to "checkout" the files in Windows Explorer (if you're doing this on a localhost, you can simply check it out there), right click, and select "SVN Checkout."

    From there, you enter the URL to the repository. The general MyBB repository is located at http://svn.mybboard.net/mybb/, however, if you only want the 1.6 trunk, enter http://svn.mybboard.net/mybb/trunk/ instead. If you're only interested in 1.6, I'd personally recommend this; otherwise you'll be sitting for some time waiting for every MyBB release since PR2 to download as well.

    Press OK and let it begin! Once all of the files are downloaded, you should be all set. Then, as developers commit changes, you just need to right click in the folder where you checked out the repository to and select "SVN Update." That'll update all of the files that have changed since you last checked out.

    I hope that helps! :)
     
    6 people like this.
  16. Chris

    Chris Regular Member

    5,422
    86
    434
    Thanks for the superb explanation, Justin. :)
     
  17. Justin S.

    Justin S. Regular Member

    206
    30
    164
    Sorry to bump an old thread, but has anyone gotten a personal test site set up? Just looking at my localhost copy now; some of the new features are really fantastic :)
     
  18. Nick

    Nick Regular Member

    7,441
    218
    458
    If anyone has a test site up and live, it'd be great to check out. :)
     
  19. FullMetalBabe

    FullMetalBabe Zealot

    2,912
    339
    502
    I keep tabs on the dev site, I'm not sure how to download from svn so I best not touch it. I might mess up something, but uhh, I guess I'll try and make a 1.6 test site on SD.
     
  20. Peggy

    Peggy Regular Member

    1,641
    58
    434
    I plan to set one up next week.

    Since any of my future projects will use MyBB, I'd like to get started learning it.
     

Share This Page