[MacPorts] #21155: Submission of the arb port
MacPorts
noreply at macports.org
Tue Sep 8 22:01:32 PDT 2009
#21155: Submission of the arb port
----------------------------------+-----------------------------------------
Reporter: matt.cottrell@… | Owner: macports-tickets@…
Type: submission | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.8.0
Keywords: | Port: arb
----------------------------------+-----------------------------------------
Comment(by matt.cottrell@…):
Replying to [comment:17 matt.cottrell@…]:
> I'm going to logout and log back in as a different user and see what
happens.
When logged in under the guest account I could not obtain the source by
svn when no username and password were given as options.
{{{
guest% svn co http://svn.mikro.biologie.tu-
muenchen.de/svn/branches/stable_5.0
Authentication realm: <http://svn.mikro.biologie.tu-muenchen.de:80>
Subversion Repository
Password for 'guest':
}}}
Notice that the svn server has already acknowledged me as username
"guest". The required username is "coder", so I am unable to checkout
even when I give the correct password.
But if I do the checkout once on the command line with the correct
username and password given as arguments, then on subsequent tries I can
omit the credentials from the command and the checkout proceeds.
I think this is what is happening from my Portfile as well. When
macsforever2000 ran "port install arb" the username sent to the svn server
was "macsforever2000" not "coder" as is coded in my Portfile.
I bet that doing this would achieve a successful checkout from the command
line.
{{{
svn co --username coder --password gimmeARBsource
http://svn.mikro.biologie.tu-muenchen.de/svn/branches/stable_5.0
}}}
And subsequently doing this would work too.
{{{
port install arb
}}}
--
Ticket URL: <http://trac.macports.org/ticket/21155#comment:18>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list