Hi Team, Iam facing an issue while setting up subversion repository on Solaris 5.10 PFB the steps followed.
1. Execute ‘svnadmin create /data/installs/repo’ Give 777 permissions to the files and folders in /data/installs/repo 2. Go to the folder /data/installs/repo/conf Modify svnserve.conf file Uncomment anon-access = read, auth-access = write, password-db = passwd Modify passwd file Add sapna = sapna as credentials. 3. Execute ‘svnserve -d -r /data/installs/repo’ 4. Execute ‘svn mkdir svn://10.237.205.46/project’ It opens up vi editor. Save and continue. It prompts for root password. Provide the password. It prompts for username and password. Provide sapna/sapna If it prompts for ‘Store password unencrypted?(yes/no)’, provide yes We are getting the error ‘svn:Network connection closed unexpectedly’ after the 4th command. Please help me to resolve this issue. Regards, Sapna P B