Skip to content
Snippets Groups Projects
  1. Dec 05, 2011
  2. Dec 04, 2011
  3. Dec 02, 2011
    • Wagner Bruna's avatar
      convert: tolerate trailing spaces on map files · 63ff8fe3
      Wagner Bruna authored
      A convert run with a branchmap made with
      
      echo default namedbranch > branchmap
      
      on Windows fails silently and surprisingly; it actually
      adds a space after 'namedbranch', so it ends up mapping
      "default namedbranch" to "".
      
      This also affects splicemaps, since the same parser is used
      for both.
      63ff8fe3
    • Patrick Mezard's avatar
      test-svn-subrepo: fix reference output for svn 1.7 · fab28a57
      Patrick Mezard authored
      I modified check-code.py "$?" detection because I thought my use was legit, we
      cannot test exit status of pipelines commands except for the last one without
      this. So it now tolerates "[$?" which is unlikely to be added by mistake.
      
      Tested on:
      - OSX + svn 1.7.1
      - Linux + svn 1.6.12
      fab28a57
    • Patrick Mezard's avatar
      2ad4e9b4
    • Patrick Mezard's avatar
      convert/svn: update svn working copy only when necessary · 2ad5b893
      Patrick Mezard authored
      I have not tried to produce the bug but here is idea: f85c0034a062 stopped
      passing the modified files list to commit. This makes commit more fragile since
      we better not touch unrelated files by mistake. But putcommit() still applies
      file changes before exiting upon ignored revisions. So in theory, we could
      apply changes from a skipped branch then commit them as part of another
      revision.
      
      This patch makes the sink apply the changes after possibly skipping the
      revision. The real fix would be to use svn commit --targets option to pass the
      file names in an argument file. Unfortunately, it seems to be bugged in svn
      1.7.1:
      
        http://svn.haxx.se/dev/archive-2011-11/0211.shtml
      2ad5b893
  4. Dec 01, 2011
  5. Nov 30, 2011
  6. Dec 01, 2011
  7. Nov 30, 2011
  8. Nov 29, 2011
  9. Nov 30, 2011
  10. Nov 04, 2011
  11. Nov 30, 2011
  12. Nov 28, 2011
  13. Nov 29, 2011
  14. Nov 25, 2011
  15. Nov 24, 2011
  16. Nov 25, 2011
  17. Nov 24, 2011
Loading