MyBB Community Forums

Full Version: Setting up the right copy from the repository [For Developers]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
With the opening of the development site, developers can now keep up with MyBB bug fixes and new features easier than ever. However, accessing the right Subversion Repository copy can be tricky. Here are some quick tips for setting up the right copy:

For the latest stable revision (1.4.x)... http://svn.mybboard.net/mybb/branches/1.4-stable/

For the latest development revision (1.6)... http://svn.mybboard.net/mybb/trunk/

For a certain version... http://svn.mybboard.net/mybb/tags/mybb_1408/ (The 1408 should be changed to the version code you want to use.)

Remember, if you use http://svn.mybboard.net/mybb/, you will download the entire repository, which includes almost every version of MyBB ever released.

I hope this helps any developers out there that are struggling to setup their Subversion copies. Smile
Tricky, really? SVN repositories are usually all laid out in the same logical way, so I really fail to see what's so tricky about it... but, oh well.

If you are using Windows, I can recommend the TortoiseSVN client.
Yep TortioseSVN is a good one Wink.
Now if someone made a tut on how to use them...
For TortoiseSVN? You mean like the documentation?
I think he means how to set it up and use it in general like the whole new version etc.
I mean i tried playing with the damn program and nothing connects to MyBB...
I should have that posted up tonight.
Remember also that the other SVN url's are found here: http://wiki.mybboard.net/index.php/Devel...SVN_Access