RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > SVN Releases > SVN Discussion

For more information about the ads and why they're here, please see the FAQ
Reply
  #1  
Old 08-15-2007, 07:54 AM
Registered User
 
Join Date: Apr 2007
Posts: 28
Downloads: 0
Uploads: 0
Default On upgrading to a more stable release? How do I do it!!!!

Hi guys... the last SVN I downloaded was quite a while ago it was SVN 541 and since then I've been working on it made a number of tweaks and changes for my company's project.. but so far we've had problems with the release being very slow. I noticed that a number of new SVNs have come out and now feel that I need to upgrade.. trhe problem is that I'm not so sure how to do this as I've made major changes in a lot of files. Could anyone give me step by step pointers or some advice on how to get this about i.e. upgrading from my version plus which version /subversion is the most stable so far and least memory intensive.

The major problem which I'm having with my downloaded version is that it gets pretty slow at times...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 08-15-2007, 08:03 AM
Registered User
 
Join Date: May 2007
Location: Karlsruhe, GERMANY
Posts: 102
Downloads: 0
Uploads: 0
Default Re: On upgrading to a more stable release? How do I do it!!!!

Hi,
ja... 541 is a little bit old I guess, this is not, what you wanted to hear, but I don't think, there is any possibility to upgrade to the last SVN. My advise would be: Look up your modifications, where they are, in which file and what they do. Write is down is something. Download a SVN and try to find the files and positions you made changes in your version and apply them as possible. That could be some work but in my eyes, the only way to do so.

OK, one more, but this will be much more work, because its the other way of modifying the files: You could go to http://trac.roundcube.net/trac.cgi/browser and check every file, if it is newer than yours. If so, use the compare function to your SVN and apply the changes. But I don't think, that this will make you happier than the first idea...
__________________
it's not a bug - it's a feature
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 08-15-2007, 05:13 PM
Registered User
 
Join Date: May 2007
Posts: 95
Downloads: 0
Uploads: 0
Default Re: On upgrading to a more stable release? How do I do it!!!!

This is the problem with making changes to unreleased packages.

If the files you modified have not been changed since SVN 541 then they don't need to be replaced.

If you can do a file compare against the original files for SVN 541 that should speed things up quite a bit for you but you'll still have to apply those changes to the new files.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 08-16-2007, 10:35 PM
Registered User
 
Join Date: Dec 2006
Posts: 27
Downloads: 1
Uploads: 0
Default Re: On upgrading to a more stable release? How do I do it!!!!

I've been using the same bash script I 'coded' with SVN since before 541, and it has worked fine. That said, without knowing what changes you made, I'm not sure how seamless of an upgrade it would be.

Code:
#!/bin/sh
cd /home/xxx/public_html/xxx.net/roundcube
svn checkout https://svn.roundcube.net/trunk
rm -rf index.php.stable program.stable skins/default.stable
mv index.php index.php.stable
mv program program.stable
mv skins/default skins/default.stable
mv trunk/roundcubemail/index.php ./
mv trunk/roundcubemail/program ./
mv trunk/roundcubemail/skins/default skins
mv skins/default.stable/images/roundcube_logo.png skins/default/images
mv skins/default.stable/images/favicon.ico skins/default/images
rm -rf trunk
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 08-20-2007, 11:04 AM
Registered User
 
Join Date: Apr 2007
Posts: 28
Downloads: 0
Uploads: 0
Default Re: On upgrading to a more stable release? How do I do it!!!!

I see what you mean... so far I'm doing it as you guys said.. remodifying the latest release. It makes more sense to modify the latest version with modifications I know I've made rather than worry about new modifications in the latest version which I'm pretty clueless to.

Thanks for the tip guys...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

For more information about the ads and why they're here, please see the FAQ

All times are GMT. The time now is 03:03 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright © 2006-2008 RoundCube Webmail Community