I'm looking for an upgrade solution from current our svnserve (1.6.6 version) setup to something else that offers LDAP authentication as well as granular level security (folder level restriction as opposed to all or nothing access).
As it stands, existing svnserve offers next to nothing in terms of security (username as password are the same; any user with SVN access can navigate to any project / folder which he should not have access to. I have looked at Collabnet Edge which perfectly fits our requirement but unfortunately it doesn't offer svnserve support.
I need to, obviously, preserve current repository and all its checkin / checkout history. Any advise would be of great help. if any of you have done this kind of migration and is willing to share the document, it would be awesome. Thanks. Karthik
As @crusader suggested, you can move your repositories to another server. SVNEdge does not support svnserve svn:// access so you will have to move to using HTTP(S).
Your users will be required to checkout their working copies again using new HTTP(S) URL or
svn switch --relocate
their existing working copies to this new URL. Don't forget to point other services that access your repositories to new URLs.