[Apache Bloodhound] BloodhoundMigratingEnvironments modified

2013-05-10 Thread Apache Bloodhound
Page BloodhoundMigratingEnvironments was changed by smattila
Diff URL: 
https://issues.apache.org/bloodhound/wiki/BloodhoundMigratingEnvironments?action=diffversion=2
Revision 2
Changes:
---8--8--8--8--8--8--8--8
Index: BloodhoundMigratingEnvironments
=
--- BloodhoundMigratingEnvironments (version: 1)
+++ BloodhoundMigratingEnvironments (version: 2)
@@ -9,3 +9,11 @@
 [[BR]]
 
  1. Copy your trac.db 
+ cp -r /path/to/trac/your-project/db/trac.db 
/path/to/bloodhound/environments/your-project/db/bloodhound.db
+
+ 2. Run trac-admin upgrade 
+ trac-admin /path/to/bloodhound/environments/processor upgrade
+ trac-admin /path/to/bloodhound/environments/processor wiki upgrade
+
+ 3. Copy wiki  ticket attachments 
+ cp -r /path/to/trac/your-project/files/attachments/* 
/path/to/bloodhound/your-project/products/@/files/attachments/
---8--8--8--8--8--8--8--8

--
Page URL: 
https://issues.apache.org/bloodhound/wiki/BloodhoundMigratingEnvironments
Apache Bloodhound https://issues.apache.org/bloodhound/
The Apache Bloodhound issue tracker

This is an automated message. Someone added your email address to be
notified of changes on 'BloodhoundMigratingEnvironments' page.
If it was not you, please report to .


[Apache Bloodhound] BloodhoundMigratingEnvironments modified

2013-05-10 Thread Apache Bloodhound
Page BloodhoundMigratingEnvironments was changed by olemis
Diff URL: 
https://issues.apache.org/bloodhound/wiki/BloodhoundMigratingEnvironments?action=diffversion=4
Revision 4
Comment: Sample code snippets formatted using wiki processors
Changes:
---8--8--8--8--8--8--8--8
Index: BloodhoundMigratingEnvironments
=
--- BloodhoundMigratingEnvironments (version: 3)
+++ BloodhoundMigratingEnvironments (version: 4)
@@ -1,19 +1,21 @@
 = Migrating environments =
 This page instructs you on how to migrate from various environments
-[[BR]][[BR]]
-
 
 == Migrating from trac ==
-There are only a few steps when migrating from an existing trac installation, 
this guide applies for trac version 0.12  bloodhound 0.6.0, it might work for 
other versions too.
-[[BR]]
-[[BR]]
+There are only a few steps when migrating from an existing trac installation, 
this guide applies for Trac version 0.12 and Apacheā„¢ Bloodhound 0.6.0, it might 
work for other versions too.
 
- 1. Copy your trac.db 
- cp -r /path/to/trac/your-project/db/trac.db 
/path/to/bloodhound/environments/your-project/db/bloodhound.db
+ 1. Copy your trac.db #migrate-step-copyenv
+{{{#!sh
+$ cp -r /path/to/trac/your-project/db/trac.db 
/path/to/bloodhound/environments/your-project/db/bloodhound.db
+}}}
 
- 2. Run trac-admin upgrade 
- trac-admin /path/to/bloodhound/environments/processor upgrade [[BR]]
- trac-admin /path/to/bloodhound/environments/processor wiki upgrade
+ 2. Run trac-admin upgrade #migrate-step-upgrade
+{{{#!sh
+$ trac-admin /path/to/bloodhound/environments/processor upgrade 
+$ trac-admin /path/to/bloodhound/environments/processor wiki upgrade
+}}}
 
- 3. Copy wiki  ticket attachments 
- cp -r /path/to/trac/your-project/files/attachments/* 
/path/to/bloodhound/your-project/products/@/files/attachments/
+ 3. Copy wiki  ticket attachments #migrate-step-attachment
+{{{#!sh
+$ cp -r /path/to/trac/your-project/files/attachments/* 
/path/to/bloodhound/your-project/products/@/files/attachments/
+}}}
---8--8--8--8--8--8--8--8

--
Page URL: 
https://issues.apache.org/bloodhound/wiki/BloodhoundMigratingEnvironments
Apache Bloodhound https://issues.apache.org/bloodhound/
The Apache Bloodhound issue tracker

This is an automated message. Someone added your email address to be
notified of changes on 'BloodhoundMigratingEnvironments' page.
If it was not you, please report to .