Ethan Clevenger <[email protected]> wrote:
> Git version: 2.12.2.windows.2
>
> `git svn tag 1.0` results in:
<snip>
Note, "git svn tag" uses the same backend code as "git svn branch",
and there was a recent fix for that in
commit e0688e9b28f2c5ff711460ee8b62077be5df2360
("git svn: fix authentication with 'branch'")
Looks like that change will be in 2.13 (it's in all the
release-canditates), but it should backported to 2.12.x
Junio: I think that commit should go into 'maint', too. Thanks.
> In my .subversion directory I do have cached credentials under
> auth/svn.simple. A vanilla svn CLI commit also works:
>
> > svn ci -m 'do creds work?'
> > Adding trunk\.bar
> > Transmitting file data .done
> > Committing transaction...
> > Committed revision 1651133.
>
>
> Unsure if this is actually a bug or my oversight.
Seems like a bug to me. Can you try one of the 2.13 release
candidates to confirm? Thanks.