Bug #34
Unknown command stat
| Status: | Closed | Start: | ||
| Priority: | High | Due date: | ||
| Assigned to: | Karl Heinz Marbaise | % Done: | 0% |
|
| Category: | CLI | |||
| Target version: | 0.6.2 Calypso | |||
Description
When I run supose I got this error. It is written our for each revision. Supose did not fetch content of file, therefore searching in contents do not work.
Repositories latest Revision: 5000
LogEntries: 58
1161 Date: Thu Sep 30 20:54:26 CEST 2004org.tmatesoft.svn.core.SVNException: svn: 'stat' not implemented
svn: Unknown command 'stat'
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:80)
at org.tmatesoft.svn.core.internal.io.svn.SVNRepositoryImpl.handleUnsupportedCommand(SVNRepositoryImpl.java:1097)
at org.tmatesoft.svn.core.internal.io.svn.SVNRepositoryImpl.info(SVNRepositoryImpl.java:944)
at com.soebes.supose.scan.ScanRepository.getInformationAboutEntry(ScanRepository.java:376)
at com.soebes.supose.scan.ScanRepository.workOnChangeSet(ScanRepository.java:229)
at com.soebes.supose.scan.ScanRepository.scan(ScanRepository.java:188)
at com.soebes.supose.cli.SuposeCLI.runScan(SuposeCLI.java:117)
at com.soebes.supose.cli.SuposeCLI.main(SuposeCLI.java:83)
./supose.sh scan --url 'svn://svn.xxxx.redhat.com:55555/svn/rhn-svn/trunk/' --index /home/msuchy/rhn/svn-index --fromrev 49 --torev 5000
History
Updated by manager - 1611 days ago
- Status changed from Assigned to Closed
- Resolution set to fixed
This error message caused by using an old svnserve (pre 1.2). If you like to get rid of this message you have to update that svnserve if this is not an option i have to think about an work-a-round for this problem.
Updated by manager - 1514 days ago
- Status changed from Closed to Feedback
- Resolution deleted (
fixed)
I'm reopening this. I created patch which in case getFile fail, will try to call svn cat directly and get file content from its STDOUT.
Updated by manager - 1514 days ago
I have decided not to integrate that patch, cause it will break my own rule not use the command. I have thought a little bit about. May be i can implement this in a different way.
Updated by Redmine Admin 1295 days ago
- Assigned to changed from manager - to Karl Heinz Marbaise
Updated by Karl Heinz Marbaise 1209 days ago
- Target version changed from 0.5.0 Ceres to 0.5.1 Europa
Updated by Karl Heinz Marbaise 1182 days ago
- Target version changed from 0.5.1 Europa to 0.5.2 Bergelmir
Updated by Karl Heinz Marbaise 1108 days ago
- Target version changed from 0.5.2 Bergelmir to 0.6.0 Bebhionn
Updated by Karl Heinz Marbaise 1082 days ago
- Target version changed from 0.6.0 Bebhionn to 0.6.1 Bestla
Updated by Karl Heinz Marbaise 1065 days ago
- Target version changed from 0.6.1 Bestla to 0.6.2 Calypso
Updated by Karl Heinz Marbaise 707 days ago
- Status changed from Feedback to Closed
Currently decided not to implement this. I don't want to call the command line. SupoSE should be working without any installation of SVN client. Only Java 1.6 should be needed.