Repository access error: Malformed network data
From: Williams, James <James.Williams_at_vignette.com>
Date: 2004-09-10 03:28:41 CEST
Hello,
I have the following setup.
Server: RedHat 9 running subversion 1.0.6-1 as dedicated server
Client: I've tried both svn command-line and TortoiseSVN on Windows
This was my setup procedure:
1. Create repository: (as root)
svnadmin create /usr/local/svnroot
2. Change owner: (as root)
chown james:svnuser /usr/local/svnroot
chown -R james:svnuser /usr/local/svnroot/*
3. Import files: (as james)
svn import /tmp/svn/project file:///usr/local/svnroot -m "Initial
4. Set up svnserve:
svnserve is started with xinetd on port 3690 with the command
(Yes, I did restart xinetd)
I can access and check out files locally, but not from network or
I found issue number 1863 has the same problem, but it seems to be more
Thanks,
James Williams
|
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.