Миграция пользовательского дб к Краю Подверсии

Существует MySQL GUI Tools, которые свободны загрузить. Пакет включает интерфейс администрирования, инструментарий миграции базы данных и проводник запроса. Пакет является межплатформенным.

1
задан 3 June 2011 в 17:40
1 ответ

There is information on migrating to Subversion Edge here:

https://ctf.open.collab.net/sf/wiki/do/viewPage/projects.svnedge/wiki/MigrationPath

It explains why User Accounts cannot be migrated:

User Accounts

If you are currently using LDAP, then this process is pretty simple. Just enter the LDAP configuration into Subversion Edge under Administration -> Authentication. If your existing LDAP configuration is more complicated than what Subversion Edge supports, you may need to alter the Apache Configuration. See the next section.

If you are using an Apache password file you have some options:

  1. Re-create the user accounts in Subversion Edge. This has the advantage of making the future administration easier. Users can login to Subversion Edge and change their own passwords, and administration can take place from the console.
  2. Copy your existing file to [CSVN_HOME]/data/conf/svn_auth_file. This will immediately transfer the SVN credentials but not create accounts for them in Subversion Edge. You can then gradually enter the user accounts into Subversion Edge when password or other changes are needed. When you create a user in Subversion Edge, the Apache/SVN password will be reset to what you provide when creating the account. The user can then login and change it.

NOTE: Apache passwords are a one-way hash for security reasons, so there is no way to extract the current password and create a Subversion Edge user account.

Finally, if you are using some other user account system, then you either need to switch to the ones we provide in Subversion Edge or customize the Apache Configuration.

1
ответ дан 4 December 2019 в 01:33

Теги

Похожие вопросы