Mantis Bugtracker

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

- Relationships

-  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?


- Issue History
Date Modified Username Field Change
2009-07-29 01:05 pbeltranl New Issue
2009-07-29 18:06 sa Status new => assigned
2009-07-29 18:06 sa Assigned To => sa
2009-07-29 19:31 sa Note Added: 0000628
2010-03-30 12:43 fga Note Added: 0000797
2010-03-30 12:43 fga Note Edited: 0000797
2010-03-30 12:43 fga Issue Monitored: fga


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