Changeset 914
- Timestamp:
- Nov 30, 2009, 5:40:34 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/svndigest-copy-cache.as
r913 r914 94 94 mother=`AS_DIRNAME([$file])` 95 95 mother_base=`AS_BASENAME([$mother])` 96 # ignore files whose mother is not named '.svndigest' 96 # ignore files whose mother is not named '.svndigest', which implies 97 # we also ignore `$srcdir/foo.svndigest-cache' when $srcdir is 98 # `.svndigest' because mother will be euqal to `.' in this 99 # case. This is the desired behavior because file `foo' (which 100 # `foo.svndigest-cache' reflects) resides in `$srcdir/..' which 101 # is outside the tree we are expected to copy. 97 102 AS_VAR_IF([mother_base], [.svndigest], [ 98 103 grandma=`AS_DIRNAME([$mother])` 99 # FIXME: what if grandma does not exists, which might happen when100 # SRC=.svndigest101 104 # we only copy files if target's grandma exists 102 105 AS_IF([test -d "$targetdir/$grandma"], [
Note: See TracChangeset
for help on using the changeset viewer.