Print

Print


 Sorry about that.  I forgot to update the server info, and the URL is
wrong.  Try:

git clone http://xrootd.org/repo/xrootd.git [target dir]

(target dir will default to 'xrootd')

That command seemed to work for me.

Hope this helps,
-Daniel

On 09/15/2010 09:16 PM, Brian Bockelman wrote:
> Still no dice.  The URL seems to redirect to:
>
> http://xrootd.slac.stanford.edu/
>
> Brian
>
> [brian@brian-test projects]$ git clone http://xrootd.org/xrootd
> Initialized empty Git repository in /home/brian/projects/xrootd/.git/
> Cannot get remote repository information.
> Perhaps git-update-server-info needs to be run there?
>
> [brian@brian-test projects]$ curl -D /dev/stdout http://xrootd.org/xrootd
> HTTP/1.0 301 Found
> Server: Apache
> Status: 301 Found
> Expires: Thu, 16 Sep 2010 19:27:58 GMT
> Date: Wed, 15 Sep 2010 19:27:58 GMT
> Location: http://xrootd.slac.stanford.edu/xrootd
>
> [brian@brian-test projects]$ curl -D /dev/stdout http://xrootd.slac.stanford.edu/xrootd
> HTTP/1.1 302 Found
> Date: Thu, 16 Sep 2010 04:16:04 GMT
> Server: Apache
> Location: http://xrootd.slac.stanford.edu/
> Content-Length: 216
> Content-Type: text/html; charset=iso-8859-1
>
> <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
> <html><head>
> <title>302 Found</title>
> </head><body>
> <h1>Found</h1>
> <p>The document has moved <a href="http://xrootd.slac.stanford.edu/">here</a>.</p>
> </body></html>
> You have new mail in /var/spool/mail/brian
>
> On Sep 15, 2010, at 11:13 PM, Andrew Hanushevsky wrote:
>
>> Hi Brian,
>>
>> Ooops, sorry try
>>
>> git clone http://xrootd.org/xrootd
>>
>> Andy
>>
>> ----- Original Message ----- From: "Brian Bockelman" <[log in to unmask]>
>> To: "Andrew Hanushevsky" <[log in to unmask]>
>> Cc: <[log in to unmask]>; "Daniel L Wang" <[log in to unmask]>
>> Sent: Wednesday, September 15, 2010 9:10 PM
>> Subject: Re: Welcome
>>
>>
>> Hm - looks like I need to know the full URL, as I can't guess it...
>>
>> Brian
>>
>> [brian@brian-test projects]$ git clone http://xrootd.org/
>> Initialized empty Git repository in /home/brian/projects/xrootd.org/.git/
>> Cannot get remote repository information.
>> Perhaps git-update-server-info needs to be run there?
>>
>> On Sep 15, 2010, at 11:01 PM, Andrew Hanushevsky wrote:
>>
>>> Brian,
>>>
>>> The cordinates are: xrootd.org (use git hia http to cloone the package).
>>>
>>> Andy
>>>
>>> ----- Original Message ----- From: "Brian Bockelman" <[log in to unmask]>
>>> To: "Andrew Hanushevsky" <[log in to unmask]>
>>> Cc: <[log in to unmask]>; "Daniel L Wang" <[log in to unmask]>
>>> Sent: Wednesday, September 15, 2010 8:33 PM
>>> Subject: Re: Welcome
>>>
>>>
>>> Hi Andy,
>>>
>>> It's after 3PM PST - what are the coordinates for the 'git' repository?
>>>
>>> Brian
>>>
>>> (I guess this means I have to finally nail down the intricacies of using git...)
>>>
>>> On Sep 14, 2010, at 10:02 PM, Andrew Hanushevsky wrote:
>>>
>>>> Welcome to the xrootd developer's list. This list will be used to inform you of commits to the xrootd git repository as well as a general mechanism for developer discussion. To start things off....
>>>>
>>>> The CVS repository will be converted to git Wednesday, September 15, 3pm PST. At that time the CVS repository will become read-only.
>>>>
>>>> Andy