MyBB Community Forums

Full Version: [Tutorial] How to use the MyBB SVN/SubVersion code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6
It'd be just the same as any other upgrade. Deactivate all plugins if you have any, replace the 1.4 files with the 1.6 ones, run the upgrade script and choose 1.4.11 from the list.
Ya, I figured it out, I only uploaded the install folder and overwritten, now its working thanks!

--Conor
it was working before. Now i get this error:
Error OPTIONS of 'http://svn.mybboard.net/mybb/trunk': 200 OK (http://svn.mybboard.net).

Edit:
I had installed a internet child protection on my pc which caused this error. Its fine now after i uninstalled the program
Hello - I am deploying myBB on a fairly large site, and the site load is distributed over four web servers. Currently we have a downloaded copy of v1.6 checked into SVN. What I want to do instead is checkout a copy of myBB using the SVN repository, and keep it updated using svn externals.

My question is, would it be better to use the "/branches/1.6-stable" folder or "/trunk"? I was uncertain which one is updated with the released updates, and which one was a development line.

Thanks in advance! I'm really liking myBB so far!
I guessing "/branches/1.6-stable" is the one you want judging by the name.
do not checkout from trunk. It may be the newest version of MyBB but also with the newest bugs.

Download a copy of MyBB from here http://www.mybb.com/downloads then install it. It is a very very bad idea to stay connected to SVN
As stated above, it is not recommended that you keep your files updated with the svn since its just not the files but at times also the database/templates change between updates.

Hence, its recommended you install the latest version and when a new release comes out you run the upgrade script with the new files.
(2011-02-10, 02:40 AM)- G33K - Wrote: [ -> ]As stated above, it is not recommended that you keep your files updated with the svn since its just not the files but at times also the database/templates change between updates.

Hence, its recommended you install the latest version and when a new release comes out you run the upgrade script with the new files.

Thanks for your help!
Hello,

I am using Mingw32 (from msysgit) to do the checkout with
svn checkout http://svn.mybboard.net/mybb/branches/1.6-stable/ mybb16dev

This will create a new directory named mybb16dev with 1.6-stable branch code.

Hope it helps Smile

Regards,
NewEraCracker.
(2010-04-24, 11:09 AM)Nayar Wrote: [ -> ]it was working before. Now i get this error:
Error OPTIONS of 'http://svn.mybboard.net/mybb/trunk': 200 OK (http://svn.mybboard.net).

Edit:
I had installed a internet child protection on my pc which caused this error. Its fine now after i uninstalled the program

this svn repo seems not works nowSad
Pages: 1 2 3 4 5 6