Page 1 of 1

Sf project upgraded

PostPosted: 19 Jul 2012, 14:40
by Edward_Lii
Hello all,

We have upgraded the meandmyshadow project on SourceForge to the new Allura platform.
The upgrade went almost smooth and we expect no noticeable difference for the end user, except for some visual changes to the project pages.

Right after the upgrade it seemed the whole svn repository with the complete commit log didn't make it.
Luckily I was able to solve this problem and we now have a fully functional svn repository with the complete commit history up and running.

If you encounter any problems, broken links, missing functionality, etc... please post a comment and we'll try to fix it. ;)

For SVN users
The SVN repository has moved so a simple 'svn up' won't work, instead you'll have to do a fresh checkout:
{l Code}: {l Select All Code}
svn checkout svn://svn.code.sf.net/p/meandmyshadow/meandmyshadow/ meandmyshadow

This will create a new directory named meandmyshadow in the current directory containing the latest revision of meandmyshadow.


For the developers
Because of the upgrade the SVN repository has moved.
You'll have to checkout the new repository, an 'svn switch' won't work in this case since the UUIDs of the two repositories do not match.
There's also a slight change in the checkout command, the preferred method is using svn+ssh:
{l Code}: {l Select All Code}
svn checkout --username=<username> svn+ssh://<username>@svn.code.sf.net/p/meandmyshadow/meandmyshadow/ meandmyshadow

You can still use https if desired:
{l Code}: {l Select All Code}
svn checkout --username=<username> https://svn.code.sf.net/p/meandmyshadow/meandmyshadow/ meandmyshadow


Do NOT commit anything to the old repository.
For some reason the old svn repository is still there and seems to be active, I have locked it.