I moved a repository from an old server to a new copy of Subversion Edge. I had existing authentication and authorization files that were brought over, but was unable to determine how to integrate those into the Edge product. I modified the httpd conf file by hand to use those existing user files, but this means that I can't manage users in the web interface. There are some references to hsql and I can't figure out where the superadmin credential is stored, but it works currently. Can I get some guidance on how to manage user databases?
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:
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.