| Anonymous | Login | Signup for a new account | 2010-09-07 09:19 MSD |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0000287 | [SVNKit] bug | major | always | 2008-12-01 07:29 | 2008-12-05 21:06 | ||||
| Reporter | jfrank | View Status | public | ||||||
| Assigned To | oka | ||||||||
| Priority | normal | Resolution | fixed | Platform | |||||
| Status | resolved | OS | |||||||
| Projection | none | OS Version | |||||||
| ETA | none | Fixed in Version | 1.2.2 | Product Version | 1.2.x | ||||
| Target Version | Product Build | ||||||||
| Summary | 0000287: conflicted selector always selects all files | ||||||||
| Description |
I am the svnant maintainer from subclipse, which is a client of your library. I have a test that is publicly available subversion checkout: http://subclipse.tigris.org/svn/subclipse/trunk/svnant [^] org.tigris.subversion.svnant.SvnSvnKitTest.testConflictedSelector() The gist of the test is this, from ant we select conflicted files from a directory, and move them to a temporary location. It selects all the files, not the two that are conflicted, and the test fails. The other clients (javaHL and commandline) don't fail. AFAIK the underlying cause is that svnkit fills in a value in Status that is later returned by getConflictWorking() on every file, regardless of actual status. The other implementations return null, the null is passed down to mean 'not selected' in svnant. I am getting a value from svnkit for every file in the directory for getConflictWorking. Please advise... |
||||||||
| Steps To Reproduce | |||||||||
| Additional Information | using 1.2 rev 4949 | ||||||||
| Tags | No tags attached. | ||||||||
| planned for version | 1.2.x | ||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Mantis 1.1.0[^] Copyright © 2000 - 2007 Mantis Group |