How to install an SVN release?

Author Message

Marco Zinn

Friday 16 January 2004 10:41:14 am

I'm looking forward to the 3.2-5 release (see my posting below), but there is no "distribution package" yet, because it is not yet released?

Assuming, that a given SVN release is working at all (=the files are consistent and complete), how can one "use" a SVN release?
I know how to download the SVN files, but this usually is configured to be in "debug mode" and the install wizard does not work (is disabled in the .inis).

Can one SVN guru tell us a good way to download/upgrade SVN releases and work with them?
Should we do a full install of the latest base release (3.2-4 in this case) and download and overwrite the files in the directory with files from the SVN?
Or is there a good way to download an SVN release to an empty directory AND get it working fast and easy?

Marco
http://www.hyperroad-design.com

Georg Franz

Friday 16 January 2004 1:54:04 pm

Hi,

to get a "clean copy" of your "working copy" directory ("working copy" = files / dirs inside your svn) you can use the "export" parameter of svn.

Example:
-) go to your ez dir (the main dir of the svn-version of ez)
type
svn export /your/ez/dir /the/destination/path

the "/the/destination/path" shouldn't exist (otherwise you get an error)

svn will then copy all files from your working copy to the new directory without the .svn directory. (is creating a "unversioned version")

Of course, you can use the url of the ez svn server too.

Example for windows users:

svn export http://pubsvn.ez.no/nextgen/stable/3.3/ c:\web\stable\3.3\

the dir's "web" and "stable" should be created before, the last dir "3.3" will be created by svn.

Advantage of this method: You get the latest code direct from ez.
Disadvantage: It lasts longer than exporting from your working copy.

HTH,

Kind regards,
Emil.

Best wishes,
Georg.

--
http://www.schicksal.com Horoskop website which uses eZ Publish since 2004

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 19 2025 01:12:46
Script start
Timing: Jan 19 2025 01:12:46
Module start 'layout'
Timing: Jan 19 2025 01:12:46
Module start 'content'
Timing: Jan 19 2025 01:12:46
Module end 'content'
Timing: Jan 19 2025 01:12:46
Script end

Main resources:

Total runtime0.7831 sec
Peak memory usage4,096.0000 KB
Database Queries54

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0126 590.2891152.6250
Module start 'layout' 0.01260.0036 742.914139.4453
Module start 'content' 0.01620.7653 782.3594536.5313
Module end 'content' 0.78150.0017 1,318.890612.1641
Script end 0.7831  1,331.0547 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00350.4438160.0002
Check MTime0.00150.1951160.0001
Mysql Total
Database connection0.00060.076010.0006
Mysqli_queries0.722192.1997540.0134
Looping result0.00060.0703520.0000
Template Total0.742994.920.3714
Template load0.00250.319520.0013
Template processing0.740494.539520.3702
Template load and register function0.00010.015610.0001
states
state_id_array0.00100.121310.0010
state_identifier_array0.00150.187720.0007
Override
Cache load0.00210.2700290.0001
Sytem overhead
Fetch class attribute can translate value0.00070.092220.0004
Fetch class attribute name0.00190.240340.0005
XML
Image XML parsing0.00130.164320.0006
class_abstraction
Instantiating content class attribute0.00000.001040.0000
General
dbfile0.00100.1252220.0000
String conversion0.00000.001640.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
2content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
2content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
7content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
5content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 18
 Number of unique templates used: 6

Time used to render debug report: 0.0002 secs