Differences From Artifact [005fc763d7]:
- File src/rev.tcl — part of check-in [7e69edb4c8] at 2013-09-28 05:34:26 on branch trunk — Support more versions of fossil checkout files. (user: peter size: 41481)
To Artifact [c1b4c339d1]:
- File src/rev.tcl — part of check-in [da66824997] at 2014-01-11 20:19:28 on branch trunk — Detect Subversion 1.7 working copy where .svn is just in the top. (user: peter size: 41442)
︙ | |||
92 93 94 95 96 97 98 | 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 | + - + - - - - - | return 1 } } return 0 } proc eskil::rev::SVN::detect {file} { # From SVN 1.7, there is only a .svn at the top of the checkout |
︙ |