1/ Find the revision your branch began at: svn log --verbose --stop-on-copy svn+ssh://server/path/to/branch. The final revision printed by this command is the revision in which branch was created by copying. 2/ Change your current working directory to trunk 3/ Perform an SVN update: svn up 4/ This will update your copy of trunk to the most recent version, and tell you the revision you are at: rYYYY 5/ Now we can perform an SVN merge: svn merge -rXXXX:YYYY svn+ssh://server/path/to/branch 6/ Resolve any conflicts that arose during the merge 7/ Commit: svn ci -m "MERGE myProject myBranch [XXXX]:[YYYY] into trunk"
# Activer le module
a2enmod deflate
# On compresse les types mime suivants (hmtl, texte, xml, css, js)
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css application/xml application/xhtml+xml application/rss+xml application/javascript application/x-javascript
# Niveau de compression
DeflateCompressionLevel 9
# Règles particulières pour navigateur non compatibles
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
# On log pour voir le taux de compression
DeflateFilterNote Input input_info
DeflateFilterNote Output output_info
DeflateFilterNote Ratio ratio_info
LogFormat '"%r" %{output_info}n/%{input_info}n (%{ratio_info}n%%)' deflate
CustomLog /var/log/apache2/deflate_log deflateFirst / Previous / Next / Last / Page 1 of 13 (122 posteets)