I am trying to set up a very simple svnserve server on our LAN. Up until now we have been using direct file system access to our repository. I am struggling with authentication. We would like something that approximates our current access scheme. We have no access restrictions. However, with the same configuration using svnserve the commits are not tagged with any user name as they were when we used direct file system access. So, is there a way to require authentication without any restrictions? I just need everybody to log in with a user name... any user name. I don't really care about passwords.
Any help would be very much appreciated.