All of lore.kernel.org
 help / color / mirror / Atom feed
* git svn show-ignore bug?
@ 2009-11-12 11:13 Niko Schwarz
  2009-11-12 18:41 ` Eric Wong
  0 siblings, 1 reply; 3+ messages in thread
From: Niko Schwarz @ 2009-11-12 11:13 UTC (permalink / raw)
  To: git; +Cc: normalperson

Hi there, in the IRC channel today, someone asked me to report this  
behavior to you because they suspect a bug in show-ignore.

Ok, so here's the output of git svn info:

Path: .
URL: https://www.iam.unibe.ch/scg/svn_repos
Repository Root: https://www.iam.unibe.ch/scg/svn_repos
Repository UUID: 54883e8d-cf1d-0410-83d6-f114b9419f37
Revision: 29639
Node Kind: directory
Schedule: normal
Last Changed Author: oscar
Last Changed Rev: 29639
Last Changed Date: 2009-11-12 11:22:35 +0100 (Do, 12 Nov 2009)


I can do git svn rebase, git svn fetch, and those things work.  
Dcommit, works, too. But git svn show-ignore >> .gitignore does not  
work.

This is the dialog with the system:
Nikos-Mbp-3:svn_repos niko$ git svn show-ignore >> .gitignore
Authentication realm: <https://www.iam.unibe.ch:443> SCG Subversion  
Repository
Password for 'schwarz':
Authentication realm: <https://www.iam.unibe.ch:443> SCG Subversion  
Repository
Username: schwarz
Password for 'schwarz':
Authentication realm: <https://www.iam.unibe.ch:443> SCG Subversion  
Repository
Username: schwarz
Password for 'schwarz':
Autorisierung schlug fehl: PROPFIND von »/scg/svn_repos/IAM«:  
Autorisierung schlug fehl: Could not authenticate to server: rejected  
Basic challenge (https://www.iam.unibe.ch) at /opt/local/libexec/git- 
core/git-svn line 2276


That's all the info I have, I'm afraid. I'm sure that the password is  
correct, as it works from XCode.

Thanks in advance, cheers,

Niko

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

* Re: git svn show-ignore bug?
  2009-11-12 11:13 git svn show-ignore bug? Niko Schwarz
@ 2009-11-12 18:41 ` Eric Wong
  2009-11-12 19:55   ` Niko Schwarz
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Wong @ 2009-11-12 18:41 UTC (permalink / raw)
  To: Niko Schwarz; +Cc: git

Niko Schwarz <niko.schwarz@googlemail.com> wrote:
> Hi there, in the IRC channel today, someone asked me to report this  
> behavior to you because they suspect a bug in show-ignore.
>
> Ok, so here's the output of git svn info:
>
> Path: .
> URL: https://www.iam.unibe.ch/scg/svn_repos
> Repository Root: https://www.iam.unibe.ch/scg/svn_repos
> Repository UUID: 54883e8d-cf1d-0410-83d6-f114b9419f37
> Revision: 29639
> Node Kind: directory
> Schedule: normal
> Last Changed Author: oscar
> Last Changed Rev: 29639
> Last Changed Date: 2009-11-12 11:22:35 +0100 (Do, 12 Nov 2009)
>
>
> I can do git svn rebase, git svn fetch, and those things work. Dcommit, 
> works, too. But git svn show-ignore >> .gitignore does not work.

Hi Niko, this is really strange, especially when dcommit works.

> This is the dialog with the system:
> Nikos-Mbp-3:svn_repos niko$ git svn show-ignore >> .gitignore
> Authentication realm: <https://www.iam.unibe.ch:443> SCG Subversion  
> Repository
> Password for 'schwarz':
> Authentication realm: <https://www.iam.unibe.ch:443> SCG Subversion  
> Repository
> Username: schwarz
> Password for 'schwarz':
> Authentication realm: <https://www.iam.unibe.ch:443> SCG Subversion  
> Repository
> Username: schwarz
> Password for 'schwarz':
> Autorisierung schlug fehl: PROPFIND von »/scg/svn_repos/IAM«:  
> Autorisierung schlug fehl: Could not authenticate to server: rejected  
> Basic challenge (https://www.iam.unibe.ch) at /opt/local/libexec/git- 
> core/git-svn line 2276
>
>
> That's all the info I have, I'm afraid. I'm sure that the password is  
> correct, as it works from XCode.

Which version of git is this?  Are you in contact with the SVN server
administrator?  Maybe they can look at server logs for you.

Also, can you try the following command with plain svn?

  svn pg -R svn:ignore https://www.iam.unibe.ch/scg/svn_repos

Thanks.  Also, if anybody else there can help look into this it would be
greatly appreciated, my authentication knowledge is still a bit on the
weak side.

-- 
Eric Wong

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

* Re: git svn show-ignore bug?
  2009-11-12 18:41 ` Eric Wong
@ 2009-11-12 19:55   ` Niko Schwarz
  0 siblings, 0 replies; 3+ messages in thread
From: Niko Schwarz @ 2009-11-12 19:55 UTC (permalink / raw)
  To: Eric Wong; +Cc: git

Hi,

so I spoke to the SVN admin and he says that possibly the repo has
been corrupted a while ago. The command you asked me to run fails, it
can't authenticate. That command was svn pg -R svn:ignore
https://www.iam.unibe.ch/scg/svn_repos.

Some old version in the repo may be corrupt and I didn't get the details.

So, well, I guess it's nothing you can do :)

Niko

On Thu, Nov 12, 2009 at 7:41 PM, Eric Wong <normalperson@yhbt.net> wrote:
> Niko Schwarz <niko.schwarz@googlemail.com> wrote:
>> Hi there, in the IRC channel today, someone asked me to report this
>> behavior to you because they suspect a bug in show-ignore.
>>
>> Ok, so here's the output of git svn info:
>>
>> Path: .
>> URL: https://www.iam.unibe.ch/scg/svn_repos
>> Repository Root: https://www.iam.unibe.ch/scg/svn_repos
>> Repository UUID: 54883e8d-cf1d-0410-83d6-f114b9419f37
>> Revision: 29639
>> Node Kind: directory
>> Schedule: normal
>> Last Changed Author: oscar
>> Last Changed Rev: 29639
>> Last Changed Date: 2009-11-12 11:22:35 +0100 (Do, 12 Nov 2009)
>>
>>
>> I can do git svn rebase, git svn fetch, and those things work. Dcommit,
>> works, too. But git svn show-ignore >> .gitignore does not work.
>
> Hi Niko, this is really strange, especially when dcommit works.
>
>> This is the dialog with the system:
>> Nikos-Mbp-3:svn_repos niko$ git svn show-ignore >> .gitignore
>> Authentication realm: <https://www.iam.unibe.ch:443> SCG Subversion
>> Repository
>> Password for 'schwarz':
>> Authentication realm: <https://www.iam.unibe.ch:443> SCG Subversion
>> Repository
>> Username: schwarz
>> Password for 'schwarz':
>> Authentication realm: <https://www.iam.unibe.ch:443> SCG Subversion
>> Repository
>> Username: schwarz
>> Password for 'schwarz':
>> Autorisierung schlug fehl: PROPFIND von »/scg/svn_repos/IAM«:
>> Autorisierung schlug fehl: Could not authenticate to server: rejected
>> Basic challenge (https://www.iam.unibe.ch) at /opt/local/libexec/git-
>> core/git-svn line 2276
>>
>>
>> That's all the info I have, I'm afraid. I'm sure that the password is
>> correct, as it works from XCode.
>
> Which version of git is this?  Are you in contact with the SVN server
> administrator?  Maybe they can look at server logs for you.
>
> Also, can you try the following command with plain svn?
>
>  svn pg -R svn:ignore https://www.iam.unibe.ch/scg/svn_repos
>
> Thanks.  Also, if anybody else there can help look into this it would be
> greatly appreciated, my authentication knowledge is still a bit on the
> weak side.
>
> --
> Eric Wong
>

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

end of thread, other threads:[~2009-11-12 19:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-12 11:13 git svn show-ignore bug? Niko Schwarz
2009-11-12 18:41 ` Eric Wong
2009-11-12 19:55   ` Niko Schwarz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.