| Anonymous | Login | Signup for a new account | 2010-09-10 01:49 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 | |||||||
| 0000326 | [SVNKit] bug | major | always | 2009-07-29 01:05 | 2010-03-30 12:42 | |||||||
| Reporter | pbeltranl | View Status | public | |||||||||
| Assigned To | sa | |||||||||||
| Priority | normal | Resolution | open | |||||||||
| Status | assigned | Product Version | 1.3.0 | |||||||||
| Summary | 0000326: Setting properties twice fails | |||||||||||
| Description |
The method: ======================================================================== SVNWCClient.doSetProperty(SVNURL url, String propName, SVNPropertyValue propValue, SVNRevision baseRevision, String commitMessage, SVNProperties revisionProperties, boolean skipChecks, ISVNPropertyHandler handler) ======================================================================== can be called once. Next times it throws this exception: org.tmatesoft.svn.core.SVNException : svn: No valid transaction supplied to closeEdit |
|||||||||||
| Additional Information | The problem seems to be related with the "myTxn" variable in the FSCommitEditor.closeEdit() method (line 0000350) which value is null. | |||||||||||
| Tags | No tags attached. | |||||||||||
| planned for version | 1.2.x | |||||||||||
| Attached Files | ||||||||||||
|
|
||||||||||||
Notes |
|
|
(0000628) sa (developer) 2009-07-29 19:31 |
Hi, the original problem seems to be different, most likely there's an exception thrown earlier in the try-catch block in doSetProperty(SVNURL), but then it is not re-thrown. We've fixed that in the 1.3.x branch, you may download new binaries from artifacts of the 1.3.x configuration on our teamcity.svnkit.com build server and try the same code with them. At least, you should see the original exception being thrown when you call doSetProperty() multiple times. |
|
(0000797) fga (reporter) 2010-03-30 12:42 edited on: 2010-03-30 12:43 |
It's still reproducible in Release 1.3.2 and in the current 1.3.x Branch (basic). I'm using the replicate example from your Wiki ( https://wiki.svnkit.com/Replicating_An_Existing_Repository [^] ) and get this exception: "svn: No valid transaction supplied to closeEdit()" Is there any other solution? |
| Mantis 1.1.0[^] Copyright © 2000 - 2007 Mantis Group |