Forums / Developer / How to install an SVN release?

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

eZ debug

Timing: Jan 31 2025 08:05:27
Script start
Timing: Jan 31 2025 08:05:27
Module start 'content'
Timing: Jan 31 2025 08:05:27
Module end 'content'
Timing: Jan 31 2025 08:05:27
Script end

Main resources:

Total runtime0.2586 sec
Peak memory usage2,048.0000 KB
Database Queries141

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0067 587.9297180.8359
Module start 'content' 0.00670.0079 768.765693.8672
Module end 'content' 0.01460.2438 862.6328522.7734
Script end 0.2585  1,385.4063 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00361.4016200.0002
Check MTime0.00140.5291200.0001
Mysql Total
Database connection0.00080.313710.0008
Mysqli_queries0.142955.27301410.0010
Looping result0.00160.63501390.0000
Template Total0.243594.210.2435
Template load0.00070.278510.0007
Template processing0.242793.874210.2427
Override
Cache load0.00040.172410.0004
Sytem overhead
Fetch class attribute can translate value0.00070.256410.0007
XML
Image XML parsing0.00020.091310.0002
General
dbfile0.068526.4884200.0034
String conversion0.00000.001930.0000
Note: percentages do not add up to 100% because some accumulators overlap

CSS/JS files loaded with "ezjscPacker" during request:

CacheTypePacklevelSourceFiles
CSS0extension/community/design/community/stylesheets/ext/jquery.autocomplete.css
extension/community_design/design/suncana/stylesheets/scrollbars.css
extension/community_design/design/suncana/stylesheets/tabs.css
extension/community_design/design/suncana/stylesheets/roadmap.css
extension/community_design/design/suncana/stylesheets/content.css
extension/community_design/design/suncana/stylesheets/star-rating.css
extension/community_design/design/suncana/stylesheets/syntax_and_custom_tags.css
extension/community_design/design/suncana/stylesheets/buttons.css
extension/community_design/design/suncana/stylesheets/tweetbox.css
extension/community_design/design/suncana/stylesheets/jquery.fancybox-1.3.4.css
extension/bcsmoothgallery/design/standard/stylesheets/magnific-popup.css
extension/sevenx/design/simple/stylesheets/star_rating.css
extension/sevenx/design/simple/stylesheets/libs/fontawesome/css/all.min.css
extension/sevenx/design/simple/stylesheets/main.v02.css
extension/sevenx/design/simple/stylesheets/main.v02.res.css
JS0extension/ezjscore/design/standard/lib/yui/3.17.2/build/yui/yui-min.js
extension/ezjscore/design/standard/javascript/jquery-3.7.0.min.js
extension/community_design/design/suncana/javascript/jquery.ui.core.min.js
extension/community_design/design/suncana/javascript/jquery.ui.widget.min.js
extension/community_design/design/suncana/javascript/jquery.easing.1.3.js
extension/community_design/design/suncana/javascript/jquery.ui.tabs.js
extension/community_design/design/suncana/javascript/jquery.hoverIntent.min.js
extension/community_design/design/suncana/javascript/jquery.popmenu.js
extension/community_design/design/suncana/javascript/jScrollPane.js
extension/community_design/design/suncana/javascript/jquery.mousewheel.js
extension/community_design/design/suncana/javascript/jquery.cycle.all.js
extension/sevenx/design/simple/javascript/jquery.scrollTo.js
extension/community_design/design/suncana/javascript/jquery.cookie.js
extension/community_design/design/suncana/javascript/ezstarrating_jquery.js
extension/community_design/design/suncana/javascript/jquery.initboxes.js
extension/community_design/design/suncana/javascript/app.js
extension/community_design/design/suncana/javascript/twitterwidget.js
extension/community_design/design/suncana/javascript/community.js
extension/community_design/design/suncana/javascript/roadmap.js
extension/community_design/design/suncana/javascript/ez.js
extension/community_design/design/suncana/javascript/ezshareevents.js
extension/sevenx/design/simple/javascript/main.js

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0002 secs