[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Issue while setting up subversion repository on Solaris 5.10

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Tue, 30 Oct 2012 18:25:44 +0200

Sapna PB wrote on Tue, Oct 30, 2012 at 11:22:00 +0530:
> 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.
>

What does it prompt for the root password for?

> 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.
>

If answering the prompts (two password prompts and a yes/no prompt)
takes a long time, the server might abort the connection (presuming the
client had exited).

You could tcpdump the connection and look for any error messages
crossing the wire. Maybe others have better ideas, though.

>
>
> Please help me to resolve this issue.
>
>
>
> Regards,
>
> Sapna P B
Received on 2012-10-30 17:26:23 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.