If I am storing the Subversion user names and passwords for repository access in a text file in the conf folder, what is the maximum length of the passwords I can use? That is to say, how long can the secrets in the following file be?
[users] harry = harryssecret sally = sallyssecret
If you are using
svnserve, it seems to be no limit defined (at least I couldn’t find any mention of it). From svn book:IMHO, if MD5 is used then you can use any manageable length for the password.