I checked out the most recent version of the 0.9.x trunk (
http://svn1.cvsdude.com/rethrash/tattoo/tattoo/trunk) and I’m trying to merge it into my current revision locally. The local revision is under my own version control server but the code is that of MODx SVN rev2258.
So I want to merge the MODx SVN trunk to my own, so my command looks like this:
$svn merge -r 2258:HEAD ../modtest/modx-0.9.6-rc1/
The folder in that command points to the checked out version of the MODx trunk. I’m merging both folders locally because my version of SVN doesn’t support access scheme mixing (http, i use svn+ssh).
However, the merging doesn’t work, I still get the ’Access scheme mixtures not yet supported’ error.
Is there anyone who can offer some help? I’m still kind of an SVN n00b...