Dearn conference
I have repository created by svn 1.5.5
with location
svn+ssh://fuzzy.kasr.elf.stuba.sk/home/fodrek/repos/PlazmaCutter
on system where Eclispe 3.4.2 is installed there is no commit allow even if
svnserve.conf conatain anon-access =write
Eclipse logs as follows
*** Update
svn update "/home/peto/workspace/Plazma" -r HEAD --username "fodrek"
/home/peto/workspace/Plazma
At revision 0
*** Ok (took 00:01.189)
*** Commit
svn commit "/home/peto/workspace/Plazma" -m "peto" --username "fodrek"
A /home/peto/workspace/Plazma/.cproject
A /home/peto/workspace/Plazma/.project
A /home/peto/workspace/Plazma/peto.c
Transmitting file data: /home/peto/workspace/Plazma/.cproject
Transmitting file data: /home/peto/workspace/Plazma/.project
Transmitting file data: /home/peto/workspace/Plazma/peto.c
svn: Commit failed (details follow):
svn: Network connection closed unexpectedly
*** Error (took 00:00.212)
and next commit fails as
*** Commit
svn commit "/home/peto/workspace/Plazma" -m "peto" --username "fodrek"
A /home/peto/workspace/Plazma/.cproject
A /home/peto/workspace/Plazma/.project
A /home/peto/workspace/Plazma/peto.c
Transmitting file data: /home/peto/workspace/Plazma/.cproject
Transmitting file data: /home/peto/workspace/Plazma/.project
Transmitting file data: /home/peto/workspace/Plazma/peto.c
svn: Commit failed (details follow):
svn: Can't open '/home/fodrek/repos/PlazmaCutter/db/txn-current.tmp': No such
file or directory
*** Error (took 00:00.220)
even if repository was made by
svnadmin create --fstype fsfs
Could anyone suggest whta to do to aalow commiting
Peter
Received on 2009-03-26 16:02:53 CET