WebDAV auto-versioning in Git or Hg or any modern VCS
Posted
by Marcus P S
on Stack Overflow
See other posts from Stack Overflow
or by Marcus P S
Published on 2010-01-30T22:30:52Z
Indexed on
2010/03/29
1:53 UTC
Read the original article
Hit count: 562
I just recently learned of SVN's auto-versioning feature for WebDAV. Although I understand this is not replacement for proper versioning, with messages documenting change sets, it strikes me as a solid and safe replacement to Dropbox (minus nice GUIs and web pages). However, since commits in auto-versioning are frequent, I'd imagine that Git or Hg would be better suited for this, just because of their more compact databases (although I wonder if the distributed nature of things could make the automation ugly for resolving conflicts).
Is this a feature that has been implemented using Git or Hg, as far as anyone knows?
© Stack Overflow or respective owner