
Hello, SVN client 3.1 will not work with SVN server 1.5.1 because the support for SVN 1.5 was introduced in version 4.0 of the SVN client. Try with version 4.0 or later of SVN client. You can use Oxygen 10.0 which includes SVN client 4.0 or you can use Syncro SVN Client 4.1. If you do not have a license key for version 4 just let us know and we will send it off-list. If you have the same problem with version 4.0 or later please copy the attached file log4j.properties in the lib subfolder of the install folder and restart the application. After you get the error close the application and send us the file svnClient.log generated in the install folder. Regards, Sorin Daniel Paul O'Donnell wrote:
Hi we're getting a malformed network data error. I looked at the earlier discussion of this, but the solution didn't really seem relevant... we aren't getting it from some clients and we are from others, and everything used to work.
The problem client is on a MacBook. We're using Oxygen 9.2 and the Oxygen SVN client version 3.1. Our server is svn version 1.5.1.
The .bashrc advice (i.e. make sure that .bashrc isn't producing text output on activity) doesn't seem relevant for two reasons: we are doing a straight svn: and we aren't going to a home directory or using a client that has a home directory on the server.
Does anybody know what the issue might be? I saw that eclipse had some trouble with the same error with earlier versions of svn; but we're not using eclipse and the problem is not found on all clients.
log4j.rootCategory= debug, R2 # R2 will write log to file log4j.appender.R2=org.apache.log4j.RollingFileAppender log4j.appender.R2.File=svnClient.log log4j.appender.R2.MaxFileSize=12000KB log4j.appender.R2.MaxBackupIndex=20 log4j.appender.R2.layout=org.apache.log4j.PatternLayout log4j.appender.R2.layout.ConversionPattern=%r %p [ %t ] %c - %m%n