File: Use_case_for_addurl.mdwn

package info (click to toggle)
git-annex 5.20151208-1~bpo8%2B1
  • links: PTS
  • area: main
  • in suites: jessie-backports
  • size: 48,312 kB
  • sloc: haskell: 48,234; sh: 1,540; ansic: 484; makefile: 267; perl: 145
file content (8 lines) | stat: -rw-r--r-- 401 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
Hi,


question. What is exactly the use-case for addurl. To add unique files as if they where never changing resources?

There is a --relaxed flag to enable some leniency in redownloading the file it seems. But how would one go about updating a file from the web, drop it first?
Or do I have to add pseudo queries or hashes to the URLs to keep them unique and manage any versioning that way perhaps?