Revision: 3395
Author:
jai...@gmail.com
Date: Tue Feb 25 10:46:51 2014 UTC
Log: Add instructions on how to migrate from an existing installation
from subversion.
http://code.google.com/p/simplesamlphp/source/detail?r=3395
Modified:
/trunk/docs/simplesamlphp-install-repo.txt
=======================================
--- /trunk/docs/simplesamlphp-install-repo.txt Tue Feb 25 10:46:42 2014 UTC
+++ /trunk/docs/simplesamlphp-install-repo.txt Tue Feb 25 10:46:51 2014 UTC
@@ -41,3 +41,13 @@
Install or upgrade the external dependencies with Composer ([get
composer](
http://getcomposer.org/)):
php composer.phar install
+
+
+Migrating from Subversion
+-------------------------
+
+If you installed SimpleSAMLphp from subversion, and want to keep updated
on the development, you will have to migrate
+your installation to git. First, follow the steps to get a fresh install
from github in a different directory. Skip the
+steps regarding configuration and metadata initialization, and copy all
the files you might have modified instead (not
+only configuration and metadata, but also any custom modules or
templates). Finally, proceed to install Composer and
+install all the dependencies with it. You may want to add all your custom
files to the '.gitignore' file.