We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm working on webDAV support #38 and I was looking Dropbox repo, but I can not understand what is revision in:
VersionedRook book = new VersionedRook( repoUri, uri, file.getRev(), file.getServerModified().getTime());
represented by file.getRev() because this file is from dropbox API.
The text was updated successfully, but these errors were encountered:
It's just a unique string representing a specific version (hence Versioned Rook) of the file in time.
If storage doesn't support it, you can just use file's modification time, as it's done for DirectoryRepo.
DirectoryRepo
Sorry, something went wrong.
No branches or pull requests
I'm working on webDAV support #38 and I was looking Dropbox repo, but I can not understand what is revision in:
represented by file.getRev() because this file is from dropbox API.
The text was updated successfully, but these errors were encountered: