]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fix svn vctest on Windows and make them timezone agnostic
authorqmuntal <quimmuntal@gmail.com>
Fri, 4 Nov 2022 08:50:09 +0000 (09:50 +0100)
committerGopher Robot <gobot@golang.org>
Tue, 8 Nov 2022 19:37:03 +0000 (19:37 +0000)
commit41be62e168fa7de2cf3357ad32f7105377bfd758
tree190dcb6e11420d48f7bfa79b5f202749961dd2ab
parent4b43b741710eb87cbae25f19cbde7eb733b08df1
cmd/go: fix svn vctest on Windows and make them timezone agnostic

This CL updates svn vctest so they work on Windows.

Side effect is that svn logs are no longer timezone dependant, as this
updated the `svn log` command to format logs using XML, which contain
UTC dates instead of local dates. Therefore it supersedes
https://go-review.googlesource.com/c/go/+/447795.

Fixes #56555
Fixes #56527

Change-Id: I5a654fd0a0f741e0a8a6ca7021ad699c07b974d6
Reviewed-on: https://go-review.googlesource.com/c/go/+/447935
Reviewed-by: Benny Siegert <bsiegert@gmail.com>
Auto-Submit: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
Run-TryBot: Quim Muntal <quimmuntal@gmail.com>
src/cmd/go/internal/vcweb/script.go
src/cmd/go/testdata/vcstest/svn/hello.txt
src/cmd/go/testdata/vcstest/svn/test1-svn-git.txt
src/cmd/go/testdata/vcstest/svn/test2-svn-git.txt