Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • 3
    What makes you think Subversion distinguishes between editing a file, or deleting it and replacing it? AFAIK it doesn't, and no one would want it to do that. Commented May 11, 2012 at 1:31
  • @kevincline I remember before, if I deleted a file and then copied one over with the same name, svn would complain about duplicates (can't recall the exact error) Commented May 11, 2012 at 1:44
  • 1
    there is a created-on timestamp for each file on most filesystems I'd gather subversion uses that to compare... Commented May 11, 2012 at 1:56
  • @ratchetfreak I don't think that exists on linux, and even if it does, it doesn't help with something like vim which deletes the original file anyways stackoverflow.com/questions/10542366/… Commented May 11, 2012 at 2:06