1. 25 Mar, 2008 1 commit
    • Wayne Davison's avatar
      Some improvements for support/patch-update: · c202b4fa
      Wayne Davison authored
      - Added a --shell option which starts a sub-shell on each patch branch.
      - Don't allow the user to exit a sub-shell if the branch is not clean.
      - If the sub-shell exited with a non-zero exit status, prompt to see if
        the user wanted to abort rather than assuming that.
      - Wait to start the new patch-file output until after the shell runs.
      - Always return to the starting branch on exit.
      c202b4fa
  2. 24 Mar, 2008 2 commits
  3. 23 Mar, 2008 4 commits
  4. 22 Mar, 2008 7 commits
  5. 21 Mar, 2008 5 commits
  6. 20 Mar, 2008 2 commits
  7. 19 Mar, 2008 3 commits
    • Wayne Davison's avatar
      A couple more support/rrsync tweaks: · e889e0c4
      Wayne Davison authored
      - Die if the --server option is not first on the command-line.
      - Don't allow the --daemon option by default.
      e889e0c4
    • Wayne Davison's avatar
    • Matt McCutchen's avatar
      Unsnarl missing_below/dry_run logic. · 83a8ca7b
      Matt McCutchen authored
      The generator can skip a directory's contents altogether due to
      --ignore-non-existing, a daemon exclude, or a mkdir failure.  On a
      --dry-run, the generator can also note the missingness of a directory
      while still scanning its contents.  These two scenarios were conflated
      using a single set of missing_below/missing_dir variables in combination
      with transient increments in dry_run; this caused at least three bugs.
      
      Now recv_generator has separate variables for the two scenarios, called
      skip_dir and dry_missing_dir, respectively.  For simplicity, we take the
      F_DEPTH instead of having separate *_below variables.  We mark both
      kinds of missing dirs with FLAG_MISSING_DIR.  (dry_run > 1) iff the
      *root* of the destination does not exist; it is no longer incremented
      for missing subdirs.  I added tests for the three fixed bugs in
      missing.test.
      83a8ca7b
  8. 18 Mar, 2008 6 commits
  9. 17 Mar, 2008 10 commits