1. 08 8月, 2009 3 次提交
  2. 07 8月, 2009 2 次提交
  3. 06 8月, 2009 3 次提交
  4. 01 8月, 2009 2 次提交
  5. 31 7月, 2009 3 次提交
  6. 30 7月, 2009 5 次提交
  7. 29 7月, 2009 7 次提交
  8. 27 7月, 2009 4 次提交
  9. 26 7月, 2009 5 次提交
  10. 25 7月, 2009 6 次提交
    • E
      git svn: avoid escaping '/' when renaming/copying files · 884cce5b
      Eric Wong 提交于
      Timothy Schaeffer reported the following:
      > Git-svn has been giving me the following error for some time
      > when calling "git svn dcommit":
      >
      > RA layer request failed: PROPFIND request failed on
      > '/svn/stf/branches/dev/sw%2Fdpemu%2Finclude%2FNetCnxn.h': PROPFIND of
      > '/svn/stf/branches/dev/sw%2Fdpemu%2Finclude%2FNetCnxn.h': 302 Found
      > (https://oursvnrepo.net) at /usr/local/libexec/git-core/git-svn line 508
      >
      > This only occurred when git detected a rename or copy.
      >
      > Following the lead into git-svn.perl,
      > and noticing that some of the '/'s in the path were hex-encoded
      > and some were not,
      > I changed the regex used to find chars
      > to hex-encode in the relative part of the path
      > to exclude '/'.
      > It works, so far.
      > I have included a patch.
      
      While this has previous not been a problem in my experience,
      newer versions of SVN may be stricter and this does not
      introduce regressions in t9115.
      Signed-off-by: NEric Wong <normalperson@yhbt.net>
      884cce5b
    • E
      t9142: stop httpd after the test · 5af9b77b
      Eric Wong 提交于
      Otherwise it would fail in subsequent runs if the same
      SVN_HTTPD_PORT was used.
      Signed-off-by: NEric Wong <normalperson@yhbt.net>
      5af9b77b
    • E
      git svn: the branch command no longer needs the full path · eaa14ff8
      Eric Wong 提交于
      This was introduced in 0b2af457
      ("Fix branch detection when repository root is inaccessible")
      but reintroduced in the previous commit.
      Signed-off-by: NEric Wong <normalperson@yhbt.net>
      eaa14ff8
    • E
      git svn: revert default behavior for --minimize-url · 6b48829d
      Eric Wong 提交于
      This reverts the --minimize-url behavior change that
      appeared recently in commit 0b2af457
      ("Fix branch detection when repository root is inaccessible").
      
      However, we now allow the option to be turned off by allowing
      "--no-minimize-url" so people with limited-access setups can
      still take advantage of the fix in
      0b2af457.
      
      Also document the behavior and default settings of minimize-url
      in the manpage for the first time.
      
      This introduces a temporary UI regression to allow t9141 to pass
      that will be reverted (fixed) in the next commit.
      Signed-off-by: NEric Wong <normalperson@yhbt.net>
      6b48829d
    • R
      git svn: add gc command · 2da9ee08
      Robert Allan Zeh 提交于
      Add a git svn gc command that gzips all unhandled.log files, and
      removes all index files under .git/svn.
      Signed-off-by: NRobert Allan Zeh <robert.a.zeh@gmail.com>
      Signed-off-by: NEric Wong <normalperson@yhbt.net>
      2da9ee08
    • J
      Merge branch 'maint' · 6517452d
      Junio C Hamano 提交于
      * maint:
        t8005: Nobody writes Russian in shift_jis
      
      Conflicts:
      	t/t8005-blame-i18n.sh
      6517452d