... showing all entries tagged subversion
Here you will find all posts tagged subversion ↓
h4x3d.com does not host any illegal content. Links/Files referred to are for educational purposes only.
Install Coppermine SVN (or upgrade/update)
Dated: February 7th, 2008
Tags: 2008, coppermine, subversion, svn, update
Uploading and Installing Coppermine is really is a time-consuming task – not if you can use subversion from the box and simply type:
svn co https://coppermine.svn.sourceforge.net/svnroot/coppermine coppermine
but just to be better safe than sorry I’d go for
svn co https://coppermine.svn.sourceforge.net/svnroot/coppermine/trunk/cpg1.4.x/ coppermine
because this is the version that is currently being worked and developed on.
As by the day of [...]
When svn up does not work (Wordpress subversion)
Dated: February 5th, 2008
Tags: 2008, subversion, svn, update, Wordpress
Today Wordpress 2.3.3. was released as an urgent security update to the last version.
I wanted to update my install by making use of my subversion install:
so as usually I’d go on with opening PuTTy and logging into my server.
From sh I’d enter
svn up
This for some reason did not fetch all files and no real update [...]
Wordpress 2.3.2 security update
Dated: December 30th, 2007
Tags: 2007, samba, subversion, Wordpress
Hey everyone, just 14 hours ago another essential Wordpress Security Update was announced. It should patch your wordpress copy to version 2.3.2 – if you have setup Wordpress using Subversion you can either run
svn up
from ssh using PuTTY or (somehow this did not work for me) you can try
svn sw http://svn.automattic.com/wordpress/tags/2.3.2/
happy updating [...]

