git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Bug? git svn tag Authentication failed
@ 2017-05-04 16:21 Ethan Clevenger
  2017-05-04 16:37 ` Eric Wong
  0 siblings, 1 reply; 2+ messages in thread
From: Ethan Clevenger @ 2017-05-04 16:21 UTC (permalink / raw)
  To: git

Git version: 2.12.2.windows.2

`git svn tag 1.0` results in:

> Copying https://plugins.svn.wordpress.org/gf-payment-continue/trunk at r1651123 to https://plugins.svn.wordpress.org/gf-payment-continue/tags/1.0...
> Authentication failed: No more credentials or we tried too many times.
> Authentication failed at C:\Program Files\Git\mingw64/libexec/git-core\git-svn line 1200.


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.

Cheers,
Ethan
Sterner Stuff Design
https://sternerstuffdesign.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Bug? git svn tag Authentication failed
  2017-05-04 16:21 Bug? git svn tag Authentication failed Ethan Clevenger
@ 2017-05-04 16:37 ` Eric Wong
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Wong @ 2017-05-04 16:37 UTC (permalink / raw)
  To: Ethan Clevenger; +Cc: git, Hiroshi Shirosaki, Junio C Hamano

Ethan Clevenger <ethan@sternerstuffdesign.com> 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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-05-04 16:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-04 16:21 Bug? git svn tag Authentication failed Ethan Clevenger
2017-05-04 16:37 ` Eric Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).