Mantis Bugtracker

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000162 [SVNKit] minor always 2006-10-18 16:23 2006-10-18 21:25
Reporter adamberkes View Status public  
Assigned To oka
Priority normal Resolution fixed  
Status resolved   Product Version 1.0.5
Summary 0000162: General commit problem in JDeveloper (using JavaSVN 1.0.6 based SVN extension)
Description There is a minor bug (or a version incompatibility) in JavaSVN when I try to commit a file change into SVN server. The commit procedure finish correctly on server-side, but the client (JavaSVN) fails. So that in JDeveloper the file still shown as modified.

My enviroment:
Windows XP, Oracle JDeveloper 10.1.3.0.4, JavaSVN 1.0.6, SVN 1.3.2 (accessing through svn protocol)

I analize the problem:
In the SVNCommitEditor.java class the "close-edit" (end of commit command) command waits for "(N(?S)(?S))" commit info at the end, but the server sends it in "(N(?S)(?S)(?S))" format, so the magic "Malformed network data" SVNException is thrown. Maybe this is a compatibility problem because:

commit-info: ( new-rev:number date:string author:string
                   ? ( post-commit-err:string ) )

is given as the current format in svn protocol (http://svn.collab.net/repos/svn/trunk/subversion/libsvn_ra_svn/protocol). [^]

Source position:
SVNCommitEditor.java line 178 col 57
Additional Information
Tags No tags attached.
planned for version 1.2.x
Attached Files

- Relationships

-  Notes
(0000284)
adamberkes (reporter)
2006-10-18 16:27

A fast remark:
SVNCommitEditor.java line 169 col 57
(0000285)
oka (administrator)
2006-10-18 20:38

This problem is solved in 1.1.x branch. New version will be published today or tomorrow, meanwhile you could check it out and build with "ant deploy" command. URL to checkout from is http://svn.tmate.org/repos/jsvn/branches/1.1.x [^]

- Issue History
Date Modified Username Field Change
2006-10-18 16:23 adamberkes New Issue
2006-10-18 16:27 adamberkes Note Added: 0000284
2006-10-18 19:38 oka Status new => assigned
2006-10-18 19:38 oka Assigned To => oka
2006-10-18 20:38 oka Note Added: 0000285
2006-10-18 21:25 oka Status assigned => resolved
2006-10-18 21:25 oka Resolution open => fixed
2006-10-18 21:25 oka Fixed in Version => 1.1.0


Mantis 1.1.0[^]
Copyright © 2000 - 2007 Mantis Group
Powered by Mantis Bugtracker