Re: [Bioc-devel] Trouble checking out svn with username and password

2017-03-30 Thread Riebenbauer, Thomas
The problem is already solved:
My username was entered incorrectly.

Best regards,
Thomas


> -Original Message-
> From: Bioc-devel [mailto:bioc-devel-boun...@r-project.org] On Behalf Of
> Riebenbauer, Thomas
> Sent: Wednesday, March 29, 2017 6:56 PM
> To: bioc-devel
> Subject: Re: [Bioc-devel] Trouble checking out svn with username and
> password
> 
> Hello all,
> 
> I think that I'm running into a similar problam as Brad:
> 
> If I try the link
> https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_4/madman/
> Rpacks/IPO/ for my package IPO, I'm prompted to insert my login-data.
> Readonly works as expected. But with my username t.riebenbauer (and the
> password provided, when my package was added) I get "500 Internal Server
> Error". Similar things happened on checking out the package with git-svn.
> 
> Thanks in advance for your help!
> Thomas
> 
> 
> > -Original Message-
> > From: Bioc-devel [mailto:bioc-devel-boun...@r-project.org] On Behalf
> > Of Martin Morgan
> > Sent: Sunday, September 04, 2016 12:01 AM
> > To: Dan Tenenbaum; Brad Nelms
> > Cc: bioc-devel
> > Subject: Re: [Bioc-devel] Trouble checking out svn with username and
> > password
> >
> > On 09/03/2016 04:29 PM, Dan Tenenbaum wrote:
> > > Your username is b.nelms
> >
> > actually, it appears that the user was assigned bnelms (breaking the
> > usual convention), but the permissions file mentioned b.nelms; the
> > permissions file has been updated, please let me know about the
> > success of bnelms and your assigned password.
> >
> > Martin
> >
> > >
> > > (note the dot).
> > >
> > > Dan
> > >
> > >
> > > - Original Message -
> > >> From: "Brad Nelms" <bnelms.resea...@gmail.com>
> > >> To: "bioc-devel" <bioc-devel@r-project.org>
> > >> Sent: Saturday, September 3, 2016 1:23:18 PM
> > >> Subject: [Bioc-devel] Trouble checking out svn with username and
> > >> password
> > >
> > >> Hi all,
> > >>
> > >> I'm trying to checkout a package that was recently accepted to
> > >> Bioconductor ('CellMapperData'), but am unable to check this out
> > >> using my provided svn credentials. If I type:
> > >>
> > >> svn co
> > >> https://hedgehog.fhcrc.org/bioc-
> > data/trunk/experiment/pkgs/CellMapper
> > >> Data
> > >> --username "bnelms" --password xxx
> > >>
> > >> where 'xxx' is my svn password. I get the following error:
> > >>
> > >> svn: E170013: Unable to connect to a repository at URL '
> > >> https://hedgehog.fhcrc.org/bioc-
> > data/trunk/experiment/pkgs/CellMapperData'
> > >> svn: E175013: Access to
> > >> '/bioc-data/trunk/experiment/pkgs/CellMapperData' forbidden
> > >>
> > >> I have also tried using my full email as my username (
> > >> bnelms.resea...@gmail.com), but then I get this error:
> > >>
> > >> svn co
> > >> https://hedgehog.fhcrc.org/bioc-
> > data/trunk/experiment/pkgs/CellMapper
> > >> Data --username "bnelms.resea...@gmail.com" --password xxx
> > >> svn: E170013: Unable to connect to a repository at URL '
> > >> https://hedgehog.fhcrc.org/bioc-
> > data/trunk/experiment/pkgs/CellMapperData'
> > >> svn: E175002: Unexpected server error 500 'Internal Server Error'
> > >> on '/bioc-data/trunk/experiment/pkgs/CellMapperData'
> > >>
> > >> I can checkout the package using readonly as the password and
> > username:
> > >>
> > >> svn co
> > >> https://hedgehog.fhcrc.org/bioc-
> > data/trunk/experiment/pkgs/CellMapper
> > >> Data --username "readonly" --password readonly
> > >> ACellMapperData/vignettes
> > >> ACellMapperData/man
> > >> .
> > >> Checked out revision 3880.
> > >>
> > >> I see there was a similar bioc-devel question last May (
> > >> https://stat.ethz.ch/pipermail/bioc-devel/2016-May/009226.html),
> > >> but it is not clear to me what solved the problem for that user. My
> > >> svn version can access https. What can I do to resolve this issue?
> > >>
> > >> Thanks in advance for your help!
> > >> Brad
> > >>
> > >>  [[alternative HTML version deleted]]
> > >>
> > >> ___
> > >> Bioc-devel@r-project.org mailing list
> > >> https://stat.ethz.ch/mailman/listinfo/bioc-devel
> > >
> > > ___
> > > Bioc-devel@r-project.org mailing list
> > > https://stat.ethz.ch/mailman/listinfo/bioc-devel
> > >
> >
> >
> > This email message may contain legally privileged
> > and/or...{{dropped:2}}
> >
> > ___
> > Bioc-devel@r-project.org mailing list
> > https://stat.ethz.ch/mailman/listinfo/bioc-devel
> 
> ___
> Bioc-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/bioc-devel

___
Bioc-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel


Re: [Bioc-devel] Trouble checking out svn with username and password

2017-03-29 Thread Riebenbauer, Thomas
Hello all,

I think that I'm running into a similar problam as Brad:

If I try the link 
https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_4/madman/Rpacks/IPO/ 
for my package IPO, I'm prompted to insert my login-data. Readonly works as 
expected. But with my username t.riebenbauer (and the password provided, when 
my package was added) I get "500 Internal Server Error". Similar things 
happened on checking out the package with git-svn.

Thanks in advance for your help!
Thomas


> -Original Message-
> From: Bioc-devel [mailto:bioc-devel-boun...@r-project.org] On Behalf Of
> Martin Morgan
> Sent: Sunday, September 04, 2016 12:01 AM
> To: Dan Tenenbaum; Brad Nelms
> Cc: bioc-devel
> Subject: Re: [Bioc-devel] Trouble checking out svn with username and
> password
> 
> On 09/03/2016 04:29 PM, Dan Tenenbaum wrote:
> > Your username is b.nelms
> 
> actually, it appears that the user was assigned bnelms (breaking the usual
> convention), but the permissions file mentioned b.nelms; the permissions
> file has been updated, please let me know about the success of bnelms and
> your assigned password.
> 
> Martin
> 
> >
> > (note the dot).
> >
> > Dan
> >
> >
> > - Original Message -
> >> From: "Brad Nelms" 
> >> To: "bioc-devel" 
> >> Sent: Saturday, September 3, 2016 1:23:18 PM
> >> Subject: [Bioc-devel] Trouble checking out svn with username and
> >> password
> >
> >> Hi all,
> >>
> >> I'm trying to checkout a package that was recently accepted to
> >> Bioconductor ('CellMapperData'), but am unable to check this out
> >> using my provided svn credentials. If I type:
> >>
> >> svn co
> >> https://hedgehog.fhcrc.org/bioc-
> data/trunk/experiment/pkgs/CellMapper
> >> Data
> >> --username "bnelms" --password xxx
> >>
> >> where 'xxx' is my svn password. I get the following error:
> >>
> >> svn: E170013: Unable to connect to a repository at URL '
> >> https://hedgehog.fhcrc.org/bioc-
> data/trunk/experiment/pkgs/CellMapperData'
> >> svn: E175013: Access to
> >> '/bioc-data/trunk/experiment/pkgs/CellMapperData' forbidden
> >>
> >> I have also tried using my full email as my username (
> >> bnelms.resea...@gmail.com), but then I get this error:
> >>
> >> svn co
> >> https://hedgehog.fhcrc.org/bioc-
> data/trunk/experiment/pkgs/CellMapper
> >> Data --username "bnelms.resea...@gmail.com" --password xxx
> >> svn: E170013: Unable to connect to a repository at URL '
> >> https://hedgehog.fhcrc.org/bioc-
> data/trunk/experiment/pkgs/CellMapperData'
> >> svn: E175002: Unexpected server error 500 'Internal Server Error'
> >> on '/bioc-data/trunk/experiment/pkgs/CellMapperData'
> >>
> >> I can checkout the package using readonly as the password and
> username:
> >>
> >> svn co
> >> https://hedgehog.fhcrc.org/bioc-
> data/trunk/experiment/pkgs/CellMapper
> >> Data --username "readonly" --password readonly
> >> ACellMapperData/vignettes
> >> ACellMapperData/man
> >> .
> >> Checked out revision 3880.
> >>
> >> I see there was a similar bioc-devel question last May (
> >> https://stat.ethz.ch/pipermail/bioc-devel/2016-May/009226.html), but
> >> it is not clear to me what solved the problem for that user. My svn
> >> version can access https. What can I do to resolve this issue?
> >>
> >> Thanks in advance for your help!
> >> Brad
> >>
> >>[[alternative HTML version deleted]]
> >>
> >> ___
> >> Bioc-devel@r-project.org mailing list
> >> https://stat.ethz.ch/mailman/listinfo/bioc-devel
> >
> > ___
> > Bioc-devel@r-project.org mailing list
> > https://stat.ethz.ch/mailman/listinfo/bioc-devel
> >
> 
> 
> This email message may contain legally privileged and/or...{{dropped:2}}
> 
> ___
> Bioc-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/bioc-devel

___
Bioc-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel