Re: SVNRepository.getFileRevisions() working problems!!!

2011-10-13 Thread Alexander Kitaev
Hello, > '/repos/asf/!svn/bc/1182760/axis/axis2/java/core/trunk/modules/kernel': 500 > Internal Server Error (http://svn.apache.org) > I used the same sample some days ago and it worked fine. So I might say that > server version is >1.1. Sometimes apache ASF server is down and also it is known fo

SVNRepository.getFileRevisions() working problems!!!

2011-10-13 Thread vligu
Hello, I am facing issues with getFileRevisions() method of low level API. To be more specific here is a simple example I am using: ... String url = "dirA/myFile.txt"; long revision = repo.getLatestRevision(); // this works fine, file contents for latest revision are printed out repo.getFile(u

SVNRepository.getFileRevisions() working problems!!!

2011-10-13 Thread vligu
Hello, I am facing issues with getFileRevisions() method of low level API. To be more specific here is a simple example I am using: ... String url = "dirA/myFile.txt"; long revision = repo.getLatestRevision(); // this works fine, file contents for latest revision are printed out repo.getFile(u