Opened 9 years ago
Closed 8 years ago
#432 closed task (fixed)
Migrate SVN repositories
Reported by: | landauf | Owned by: | admin |
---|---|---|---|
Priority: | major | Milestone: | IT: Server Migration |
Component: | IT | Version: | |
Keywords: | Cc: | ||
Referenced By: | References: |
Description (last modified by landauf)
The SVN repositories should be migrated to the new server. After the migration they should be available under the same url.
Change History (4)
comment:1 Changed 9 years ago by landauf
- Description modified (diff)
comment:2 Changed 8 years ago by lferran
comment:3 Changed 8 years ago by lferran
According to #457, repositories to migrate for sure:
downloads game webdev orxonox.OLD (should be read-only)
Other repos not related to orxononx, still pending to decide what to do with them:
biomed datavis netflow orxonox_closed subprojects vseth_projects
comment:4 Changed 8 years ago by landauf
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Subversion migration
Requirements
The URL should remain the same, otherwise checkouts would not work. In case the URL would change, each user should type this in their local computers, where their checkouts are:
If we want the URLs to remain the same, first the Apache2 virtual hosts configuration in the new server must imitate the one in the old server!
SVN migration
First of all: do some tests! Then:
Repositories migration
sudo chown -R www-data:www-data testferran sudo chmod -R 770 testferran
Some issues to solve
Once we get the users&groups information from LDAP, we can copy&paste&adapt the same permissions that were using before.