Changes between Initial Version and Version 4 of Ticket #26974


Ignore:
Timestamp:
Oct 24, 2010, 6:18:49 PM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26974

    • Property Cc reg@… removed
  • Ticket #26974 – Description

    initial v4  
    22
    33Problem:
     4
    45After adding svnserve to lauchd, clients get the following message on for example an svn list command: "svn: Malformed network data".
    56Svnserve is started by launchd but the request is not handled correctly.
    67
    78Steps to reproduce:
    8 -Modify repository path in attached plist to your liking
    9 -Store attached launchd plist in /Libray/LaunchDaemons
    10 -Load with ''sudo launchctl load org.tigris.Subversion.plist''
    11 -Start with ''sudo launchctl start org.tigris.subversion.svnserve''
    12 -Execute ''svn list svn://127.0.0.1/..your.repo.path../trunk''
     9 - Modify repository path in attached plist to your liking
     10 - Store attached launchd plist in /Libray/LaunchDaemons
     11 - Load with ''sudo launchctl load org.tigris.Subversion.plist''
     12 - Start with ''sudo launchctl start org.tigris.subversion.svnserve''
     13 - Execute ''svn list svn://127.0.0.1/..your.repo.path../trunk''
    1314
    1415Replacing only the location of svnserve in the plist to the version downloaded and installed from either CollabNet (same version 1.6.13) or the older version Apple ships will solve the problem. Only the MacPorts version doesn't work.