Ticket #1484742 (closed Bugs: worksforme)

Opened 10 months ago

Last modified 10 months ago

Can we add a simple update scripte for developers - update to latest SVN

Reported by: seansan Owned by:
Priority: 5 Milestone: 0.1-stable
Component: Client Scripts Version: 0.1-rc2
Severity: normal Keywords:
Cc:

Description

See sample file attached. Config is not overwritten because file does not exist.

only warning to add in script is the execption that config and database are not updated. Will only update code changes

Attachments

Update_RC_to_latest.sh (149 bytes) - added by seansan 10 months ago.
shell script

Change History

Changed 10 months ago by seansan

shell script

in reply to: ↑ description   Changed 10 months ago by seansan

Or if someone feels like it - add it to a simple PHP script. But this should only be known or available to developers. I always dislike opening shell/ssh first; would be nice if it can be called from url.

Replying to seansan:

See sample file attached. Config is not overwritten because file does not exist.

only warning to add in script is the execption that config and database are not updated. Will only update code changes

  Changed 10 months ago by till

  • status changed from new to closed
  • resolution set to worksforme

Easy on the tickets please. ;-)

This creates a folder "roundcube" with the latest copy from trunk:

svn co https://svn.roundcube.net/trunk/roundcubemail ./roundcube

To update it:

cd roundcube/
svn up

No need for a script!

Note: See TracTickets for help on using tickets.