Page 1 of 1
Updating via SVN
Posted: Wed Jun 07, 2006 1:56 am
by KnightWolfJK
Okay... My schedule is now allowing me to get back to my CMSMS project. And, whoa is me, I'm still running an antiquated version, 0.11.2. I want to upgrade using SVN, but I want to upgrade to a stable version and not the nightly release version.
I've searched the wiki and the forums, but I don't need a general SVN tutorial, I just need the link to tell SVN to go to. Can someone tell me what I'm missing?
Thanks
Re: Updating via SVN
Posted: Wed Jun 07, 2006 2:03 am
by Dr.CSS
Re: Updating via SVN
Posted: Wed Jun 07, 2006 2:08 am
by KnightWolfJK
My fault. I looked at the page 10 times, but I took the "things can and will change and you might even lose some information" warning to imply that this was for the nightly development builds. But now I notice the separate link for development builds. I need to not stay away from CMSMS for so long.
Thanks.
Re: Updating via SVN
Posted: Wed Jun 07, 2006 2:30 am
by Dr.CSS
Welcome Back

i just upgaded my site about 5 min. ago...
a module needed it...
Re: Updating via SVN
Posted: Wed Jun 07, 2006 11:44 pm
by KnightWolfJK
Hmm, so I updated via SVN. But my sitemap page still shows the version as .11.2. This brings up two questions:
1) What's the official way to determine one's version?
2) If my sitemap is correct, why did SVN run successfully yet my version remain at 0.11.2?
Thanks...
Re: Updating via SVN
Posted: Thu Jun 08, 2006 12:48 am
by Dr.CSS
did you download one of these?...
Stable Releases
The latest version will always be available here.
Version 0.13:
cmsmadesimple-0.13.tar.gz
cmsmadesimple-0.13.zip
Re: Updating via SVN
Posted: Thu Jun 08, 2006 2:22 am
by KnightWolfJK
Umm, no, I thought that's what using SVN was supposed to take care of for me. Man I'm feeling really dumb about all this. And I've updated with SVN before too, at least I think I have. I even just flipped through the manual over at
http://svnbook.red-bean.com/, which most of the SVN help links here point too, but it all seems geared toward the developr side and not the end-user just trying to upgrade.
Anyway... So, based on your post, I downloaded the new 0.13 version and uploaded it over my old files. Now I'm getting "site down for maintenance" although I'll admist I didn't read the docs (this time) for upgrading. I made a tarball of the whole site before I uploaded, though, so I should be good to go.
So, help me out- what are the steps one takes to update via SVN?
Thanks
Re: Updating via SVN
Posted: Thu Jun 08, 2006 2:43 am
by Dr.CSS
Re: Updating via SVN
Posted: Thu Jun 08, 2006 3:37 am
by KnightWolfJK
Right, I've got it working now (via upgrade.php). But I swear I've upgraded the whole site with SVN before- it was a huge plus to CMSMS in my mind. Maybe someone else can chime in and let me know 1)what I'm doing wrong or 2)that I'm frickin' crazy.
Mark: What is the official method for determining one's version of CMSMS?
Re: Updating via SVN
Posted: Thu Jun 08, 2006 3:45 am
by Dr.CSS
in the root of your site or in the folder that holds all the files from the CMSMS zip/tar, a file called.... version.php
also at the bottom of the admin/main it should say....
CMS Made Simple 0.13-beta4 "Canary" < ... your version may vary
CMS Made Simple is free software released under the General Public Licence.
Re: Updating via SVN
Posted: Thu Jun 08, 2006 3:49 am
by calguy1000
downloading the svn version of things changes the files on the disk, but doesn't add/change the database
if the database has chaned (you can tell if, when you do an svn update the files in install/upgrades/ change) then going to install/upgrade.php will run the appropriate scripts to change the database structure.
sometimes you'll get lucky when doing an svn update, and you won't need to upgrade the database schema. Other times, you'll run into weird errors, stupidly itroduced bugs, etc. That's why it's said, if you're on the svn version, you're on the "bleeding edge".