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

Re: Validation of user credentials

2011-10-13 Thread Alexander Kitaev
Hello, > I would like to be able to check that a user has access to a repository (ie > has valid credentials) - before attempting to checkout/export/commit to the If you'd like to test read access, then you may simply call SVNRepository.testConnection() assuming you've set proper ISVNAuthenticati

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