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

Question

From: Soldo Djordje <djolebgs_at_net.yu>
Date: 2005-02-07 20:51:24 CET

I work on my final, and I make a distributed system in Java, which
access to Subversion repository.
When I want to change an existing file, I have no problem.
But when I want to add a new file or delete file that is already in
repository, I get an exception like this:
 
org.tmatesoft.svn.core.io.SVNException: svnserve reported an error
      at
org.tmatesoft.svn.core.internal.io.svn.SVNReader.parse(SVNReader.java:25
3)
      at
org.tmatesoft.svn.core.internal.io.svn.SVNConnection.read(SVNConnection.
java:177)
      at
org.tmatesoft.svn.core.internal.io.svn.SVNCommitEditor.closeEdit(SVNComm
itEditor.java:142)
      at
org.tmatesoft.svn.core.internal.SVNWorkspace.commit(SVNWorkspace.java:62
7)
      at
org.tmatesoft.svn.core.internal.SVNWorkspace.commit(SVNWorkspace.java:53
4)
      at
org.tmatesoft.svn.core.internal.SVNWorkspace.commit(SVNWorkspace.java:53
0)
      at
org.tmatesoft.svn.core.internal.SVNWorkspace.commit(SVNWorkspace.java:52
6)
      at
org.virc.server.SVNWorkspace.createDevice(SVNWorkspace.java:306)
      at org.virc.server.Workspace.createDevice(Workspace.java:145)
      at org.virc.server.ServerRMI.createDevice(ServerRMI.java:98)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
      at java.lang.reflect.Method.invoke(Unknown Source)
      at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
      at sun.rmi.transport.Transport$1.run(Unknown Source)
      at java.security.AccessController.doPrivileged(Native Method)
      at sun.rmi.transport.Transport.serviceCall(Unknown Source)
      at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown
Source)
      at
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)
      at java.lang.Thread.run(Unknown Source)
 
I have already configured conf/svnserve.conf file and set premissions
like this:
anon-access = write
auth-access = write
 
I have spent a lot of time trying to solve this problem, but I have no
success. Can you help me, it’s very urgent?!
 
Djorjde
 

-- 
Internal Virus Database is out-of-date.
Checked by AVG Anti-Virus.
Version: 7.0.296 / Virus Database: 265.5.0 - Release Date: 09.Dec.04
 
Received on Mon Feb 7 11:52:44 2005

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

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