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