| Anonymous | Login | Signup for a new account | 2010-09-03 17:55 MSD |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| 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 | |||||||||
|
|
|||||||||
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 [^] |
| Mantis 1.1.0[^] Copyright © 2000 - 2007 Mantis Group |