Re: [webkit-dev] Git mirror out of sync?

2011-08-24 Thread Xan Lopez
On Tue, Aug 23, 2011 at 7:44 PM, William Siegrist  wrote:
> We just used "git svn reset -r " and "git svn fetch" where  is the rev 
> before the bad one.

This does not seem to help with my particular problem.

Xan
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Git mirror out of sync?

2011-08-23 Thread William Siegrist
We just used "git svn reset -r " and "git svn fetch" where  is the rev 
before the bad one. 

-Bill


On Aug 23, 2011, at 10:20 AM, Xan Lopez wrote:

> On Thu, Aug 18, 2011 at 6:21 PM, William Siegrist  wrote:
>> Yes, I'm working on it. Git-svn refuses to get past r93167, I've tried a few 
>> things, nothing has worked so far. Unfortunately I have no ETA to give you.
>> 
> 
> Did you ever figure how go to past that in git-svn? Pretty sure I'm
> getting the same error as of today:
> 
> (...)
> W: +empty_dir: 
> LayoutTests/platform/chromium-cg-mac/tables/mozilla/collapsing_borders
> W: +empty_dir: LayoutTests/platform/chromium-cg-mac/tables/mozilla/dom
> W: +empty_dir: 
> LayoutTests/platform/chromium-cg-mac/tables/mozilla_expected_failures/collapsing_borders
> W: +empty_dir: LayoutTests/platform/chromium-cg-mac/traversal
> W: +empty_dir: LayoutTests/platform/chromium-cg-mac/userscripts
> W: -empty_dir: LayoutTests/platform/chromium-mac
> Byte order is not compatible at ../../lib/Storable.pm (autosplit into
> ../../lib/auto/Storable/_retrieve.al) line 380, at
> /usr/share/perl5/Memoize/Storable.pm line 21
> 
> Could not unmemoize function `lookup_svn_merge', because it was not
> memoized to begin with at /home/xan/libexec/git-core/git-svn line 3230
> END failed--call queue aborted at /home/xan/libexec/git-core/git-svn line 40.
> --
> 
> A bit of googling suggests it might be a git-svn bug, but it still
> happens with git from git master.
> 
> Xan
> 
>> -Bill
>> 
>> 
>> 
>> On Aug 18, 2011, at 9:05 AM, Andras Becsi wrote:
>> 
>>> Hi,
>>> 
>>> Seems that the git mirror is still stuck at r93166, that's almost 150 
>>> revisions now. Does anyone have a clue what happened?
>>> 
>>> BR,
>>> Andras
>>> 
>>> On Wed, 17 Aug 2011 23:42:21 +0200, Evan Martin  wrote:
>>> 
 (Which is to say I just tried it, and it took under a minute to sync
 past the bad revision.)
 
 On Wed, Aug 17, 2011 at 2:41 PM, Evan Martin  wrote:
> I'd try "git svn reset r93166" followed by "git svn fetch".  You can
> do that from your own git checkout, no need to wait for
> git.webkit.org.  (In theory once git.webkit.org unsticks, it will have
> the same commits anyway so it'll be as if you had pulled it from there
> anyway.)
> 
> On Wed, Aug 17, 2011 at 2:25 PM, Nico Weber  wrote:
>> The first non-syned revision is http://trac.webkit.org/changeset/93167
>> , which is a huge directory move. This might just be slow to handle in
>> git?
>> 
>> On Wed, Aug 17, 2011 at 1:28 PM, David Levin  wrote:
>>> From an irc conversation, it sounds like this is being worked on but
>>> "git-svn just hangs, hard to tell why its broken"
>>> dave
>>> 
>>> On Wed, Aug 17, 2011 at 7:56 AM, Nico Weber  wrote:
 
 Hi,
 
 git fetch origin && git log origin/master
 
 suggests that the git mirror stopped syncing at r93166. Can someone 
 kick
 it?
 
 Thanks,
 Nico
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>>> 
>>> 
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org
>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>> 
> 
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>>> ___
>>> webkit-dev mailing list
>>> webkit-dev@lists.webkit.org
>>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>> 
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org
>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>> 

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Git mirror out of sync?

2011-08-23 Thread Xan Lopez
On Thu, Aug 18, 2011 at 6:21 PM, William Siegrist  wrote:
> Yes, I'm working on it. Git-svn refuses to get past r93167, I've tried a few 
> things, nothing has worked so far. Unfortunately I have no ETA to give you.
>

Did you ever figure how go to past that in git-svn? Pretty sure I'm
getting the same error as of today:

(...)
W: +empty_dir: 
LayoutTests/platform/chromium-cg-mac/tables/mozilla/collapsing_borders
W: +empty_dir: LayoutTests/platform/chromium-cg-mac/tables/mozilla/dom
W: +empty_dir: 
LayoutTests/platform/chromium-cg-mac/tables/mozilla_expected_failures/collapsing_borders
W: +empty_dir: LayoutTests/platform/chromium-cg-mac/traversal
W: +empty_dir: LayoutTests/platform/chromium-cg-mac/userscripts
W: -empty_dir: LayoutTests/platform/chromium-mac
Byte order is not compatible at ../../lib/Storable.pm (autosplit into
../../lib/auto/Storable/_retrieve.al) line 380, at
/usr/share/perl5/Memoize/Storable.pm line 21

Could not unmemoize function `lookup_svn_merge', because it was not
memoized to begin with at /home/xan/libexec/git-core/git-svn line 3230
END failed--call queue aborted at /home/xan/libexec/git-core/git-svn line 40.
--

A bit of googling suggests it might be a git-svn bug, but it still
happens with git from git master.

Xan

> -Bill
>
>
>
> On Aug 18, 2011, at 9:05 AM, Andras Becsi wrote:
>
>> Hi,
>>
>> Seems that the git mirror is still stuck at r93166, that's almost 150 
>> revisions now. Does anyone have a clue what happened?
>>
>> BR,
>> Andras
>>
>> On Wed, 17 Aug 2011 23:42:21 +0200, Evan Martin  wrote:
>>
>>> (Which is to say I just tried it, and it took under a minute to sync
>>> past the bad revision.)
>>>
>>> On Wed, Aug 17, 2011 at 2:41 PM, Evan Martin  wrote:
 I'd try "git svn reset r93166" followed by "git svn fetch".  You can
 do that from your own git checkout, no need to wait for
 git.webkit.org.  (In theory once git.webkit.org unsticks, it will have
 the same commits anyway so it'll be as if you had pulled it from there
 anyway.)

 On Wed, Aug 17, 2011 at 2:25 PM, Nico Weber  wrote:
> The first non-syned revision is http://trac.webkit.org/changeset/93167
> , which is a huge directory move. This might just be slow to handle in
> git?
>
> On Wed, Aug 17, 2011 at 1:28 PM, David Levin  wrote:
>> From an irc conversation, it sounds like this is being worked on but
>> "git-svn just hangs, hard to tell why its broken"
>> dave
>>
>> On Wed, Aug 17, 2011 at 7:56 AM, Nico Weber  wrote:
>>>
>>> Hi,
>>>
>>> git fetch origin && git log origin/master
>>>
>>> suggests that the git mirror stopped syncing at r93166. Can someone kick
>>> it?
>>>
>>> Thanks,
>>> Nico
>>> ___
>>> webkit-dev mailing list
>>> webkit-dev@lists.webkit.org
>>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>>
>>
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>

>>> ___
>>> webkit-dev mailing list
>>> webkit-dev@lists.webkit.org
>>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org
>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Git mirror out of sync?

2011-08-18 Thread William Siegrist
Dave Kilzer fixed the problem. Let me know if the git repo gets out of sync 
again.

-Bill



On Aug 18, 2011, at 3:55 PM, William Siegrist wrote:

> I'm still waiting on a full svn fetch to see if it is able to get past 93166. 
> No amount of reset/fetch would work for me to get that gap filled. It might 
> take a day or two to regenerate all of it. 
> 
> -Bill
> 
> 
> On Aug 18, 2011, at 3:22 PM, Jon Lee wrote:
> 
>> It looks like I can pull again from the git repo, but there is a region of 
>> commits that is missing (between r93166 and r93310). I can get the right 
>> stuff with git svn reset/fetch, but wonder if the remote tracking branch can 
>> be altered to include those missing commits.
>> 
>> Thanks,
>> Jon
>> 
>> On Aug 18, 2011, at 9:21 AM, William Siegrist wrote:
>> 
>>> Yes, I'm working on it. Git-svn refuses to get past r93167, I've tried a 
>>> few things, nothing has worked so far. Unfortunately I have no ETA to give 
>>> you. 
>>> 
>>> -Bill
>>> 
>>> 
>>> 
>>> On Aug 18, 2011, at 9:05 AM, Andras Becsi wrote:
>>> 
 Hi,
 
 Seems that the git mirror is still stuck at r93166, that's almost 150 
 revisions now. Does anyone have a clue what happened?
 
 BR,
 Andras
 
 On Wed, 17 Aug 2011 23:42:21 +0200, Evan Martin  wrote:
 
> (Which is to say I just tried it, and it took under a minute to sync
> past the bad revision.)
> 
> On Wed, Aug 17, 2011 at 2:41 PM, Evan Martin  wrote:
>> I'd try "git svn reset r93166" followed by "git svn fetch".  You can
>> do that from your own git checkout, no need to wait for
>> git.webkit.org.  (In theory once git.webkit.org unsticks, it will have
>> the same commits anyway so it'll be as if you had pulled it from there
>> anyway.)
>> 
>> On Wed, Aug 17, 2011 at 2:25 PM, Nico Weber  wrote:
>>> The first non-syned revision is http://trac.webkit.org/changeset/93167
>>> , which is a huge directory move. This might just be slow to handle in
>>> git?
>>> 
>>> On Wed, Aug 17, 2011 at 1:28 PM, David Levin  wrote:
 From an irc conversation, it sounds like this is being worked on but
 "git-svn just hangs, hard to tell why its broken"
 dave
 
 On Wed, Aug 17, 2011 at 7:56 AM, Nico Weber  
 wrote:
> 
> Hi,
> 
> git fetch origin && git log origin/master
> 
> suggests that the git mirror stopped syncing at r93166. Can someone 
> kick
> it?
> 
> Thanks,
> Nico
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
 
 
>>> ___
>>> webkit-dev mailing list
>>> webkit-dev@lists.webkit.org
>>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>>> 
>> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>>> 
>>> ___
>>> webkit-dev mailing list
>>> webkit-dev@lists.webkit.org
>>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>> 
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Git mirror out of sync?

2011-08-18 Thread William Siegrist
I'm still waiting on a full svn fetch to see if it is able to get past 93166. 
No amount of reset/fetch would work for me to get that gap filled. It might 
take a day or two to regenerate all of it. 

-Bill


On Aug 18, 2011, at 3:22 PM, Jon Lee wrote:

> It looks like I can pull again from the git repo, but there is a region of 
> commits that is missing (between r93166 and r93310). I can get the right 
> stuff with git svn reset/fetch, but wonder if the remote tracking branch can 
> be altered to include those missing commits.
> 
> Thanks,
> Jon
> 
> On Aug 18, 2011, at 9:21 AM, William Siegrist wrote:
> 
>> Yes, I'm working on it. Git-svn refuses to get past r93167, I've tried a few 
>> things, nothing has worked so far. Unfortunately I have no ETA to give you. 
>> 
>> -Bill
>> 
>> 
>> 
>> On Aug 18, 2011, at 9:05 AM, Andras Becsi wrote:
>> 
>>> Hi,
>>> 
>>> Seems that the git mirror is still stuck at r93166, that's almost 150 
>>> revisions now. Does anyone have a clue what happened?
>>> 
>>> BR,
>>> Andras
>>> 
>>> On Wed, 17 Aug 2011 23:42:21 +0200, Evan Martin  wrote:
>>> 
 (Which is to say I just tried it, and it took under a minute to sync
 past the bad revision.)
 
 On Wed, Aug 17, 2011 at 2:41 PM, Evan Martin  wrote:
> I'd try "git svn reset r93166" followed by "git svn fetch".  You can
> do that from your own git checkout, no need to wait for
> git.webkit.org.  (In theory once git.webkit.org unsticks, it will have
> the same commits anyway so it'll be as if you had pulled it from there
> anyway.)
> 
> On Wed, Aug 17, 2011 at 2:25 PM, Nico Weber  wrote:
>> The first non-syned revision is http://trac.webkit.org/changeset/93167
>> , which is a huge directory move. This might just be slow to handle in
>> git?
>> 
>> On Wed, Aug 17, 2011 at 1:28 PM, David Levin  wrote:
>>> From an irc conversation, it sounds like this is being worked on but
>>> "git-svn just hangs, hard to tell why its broken"
>>> dave
>>> 
>>> On Wed, Aug 17, 2011 at 7:56 AM, Nico Weber  wrote:
 
 Hi,
 
 git fetch origin && git log origin/master
 
 suggests that the git mirror stopped syncing at r93166. Can someone 
 kick
 it?
 
 Thanks,
 Nico
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>>> 
>>> 
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org
>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>> 
> 
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>>> ___
>>> webkit-dev mailing list
>>> webkit-dev@lists.webkit.org
>>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>> 
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org
>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
> 

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Git mirror out of sync?

2011-08-18 Thread Jon Lee
It looks like I can pull again from the git repo, but there is a region of 
commits that is missing (between r93166 and r93310). I can get the right stuff 
with git svn reset/fetch, but wonder if the remote tracking branch can be 
altered to include those missing commits.

Thanks,
Jon

On Aug 18, 2011, at 9:21 AM, William Siegrist wrote:

> Yes, I'm working on it. Git-svn refuses to get past r93167, I've tried a few 
> things, nothing has worked so far. Unfortunately I have no ETA to give you. 
> 
> -Bill
> 
> 
> 
> On Aug 18, 2011, at 9:05 AM, Andras Becsi wrote:
> 
>> Hi,
>> 
>> Seems that the git mirror is still stuck at r93166, that's almost 150 
>> revisions now. Does anyone have a clue what happened?
>> 
>> BR,
>> Andras
>> 
>> On Wed, 17 Aug 2011 23:42:21 +0200, Evan Martin  wrote:
>> 
>>> (Which is to say I just tried it, and it took under a minute to sync
>>> past the bad revision.)
>>> 
>>> On Wed, Aug 17, 2011 at 2:41 PM, Evan Martin  wrote:
 I'd try "git svn reset r93166" followed by "git svn fetch".  You can
 do that from your own git checkout, no need to wait for
 git.webkit.org.  (In theory once git.webkit.org unsticks, it will have
 the same commits anyway so it'll be as if you had pulled it from there
 anyway.)
 
 On Wed, Aug 17, 2011 at 2:25 PM, Nico Weber  wrote:
> The first non-syned revision is http://trac.webkit.org/changeset/93167
> , which is a huge directory move. This might just be slow to handle in
> git?
> 
> On Wed, Aug 17, 2011 at 1:28 PM, David Levin  wrote:
>> From an irc conversation, it sounds like this is being worked on but
>> "git-svn just hangs, hard to tell why its broken"
>> dave
>> 
>> On Wed, Aug 17, 2011 at 7:56 AM, Nico Weber  wrote:
>>> 
>>> Hi,
>>> 
>>> git fetch origin && git log origin/master
>>> 
>>> suggests that the git mirror stopped syncing at r93166. Can someone kick
>>> it?
>>> 
>>> Thanks,
>>> Nico
>>> ___
>>> webkit-dev mailing list
>>> webkit-dev@lists.webkit.org
>>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>> 
>> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
> 
 
>>> ___
>>> webkit-dev mailing list
>>> webkit-dev@lists.webkit.org
>>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org
>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Git mirror out of sync?

2011-08-18 Thread William Siegrist
Yes, I'm working on it. Git-svn refuses to get past r93167, I've tried a few 
things, nothing has worked so far. Unfortunately I have no ETA to give you. 

-Bill



On Aug 18, 2011, at 9:05 AM, Andras Becsi wrote:

> Hi,
> 
> Seems that the git mirror is still stuck at r93166, that's almost 150 
> revisions now. Does anyone have a clue what happened?
> 
> BR,
> Andras
> 
> On Wed, 17 Aug 2011 23:42:21 +0200, Evan Martin  wrote:
> 
>> (Which is to say I just tried it, and it took under a minute to sync
>> past the bad revision.)
>> 
>> On Wed, Aug 17, 2011 at 2:41 PM, Evan Martin  wrote:
>>> I'd try "git svn reset r93166" followed by "git svn fetch".  You can
>>> do that from your own git checkout, no need to wait for
>>> git.webkit.org.  (In theory once git.webkit.org unsticks, it will have
>>> the same commits anyway so it'll be as if you had pulled it from there
>>> anyway.)
>>> 
>>> On Wed, Aug 17, 2011 at 2:25 PM, Nico Weber  wrote:
 The first non-syned revision is http://trac.webkit.org/changeset/93167
 , which is a huge directory move. This might just be slow to handle in
 git?
 
 On Wed, Aug 17, 2011 at 1:28 PM, David Levin  wrote:
> From an irc conversation, it sounds like this is being worked on but
> "git-svn just hangs, hard to tell why its broken"
> dave
> 
> On Wed, Aug 17, 2011 at 7:56 AM, Nico Weber  wrote:
>> 
>> Hi,
>> 
>> git fetch origin && git log origin/master
>> 
>> suggests that the git mirror stopped syncing at r93166. Can someone kick
>> it?
>> 
>> Thanks,
>> Nico
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org
>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
> 
> 
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
 
>>> 
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org
>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Git mirror out of sync?

2011-08-18 Thread Andras Becsi

Hi,

Seems that the git mirror is still stuck at r93166, that's almost 150  
revisions now. Does anyone have a clue what happened?


BR,
Andras

On Wed, 17 Aug 2011 23:42:21 +0200, Evan Martin  wrote:


(Which is to say I just tried it, and it took under a minute to sync
past the bad revision.)

On Wed, Aug 17, 2011 at 2:41 PM, Evan Martin  wrote:

I'd try "git svn reset r93166" followed by "git svn fetch".  You can
do that from your own git checkout, no need to wait for
git.webkit.org.  (In theory once git.webkit.org unsticks, it will have
the same commits anyway so it'll be as if you had pulled it from there
anyway.)

On Wed, Aug 17, 2011 at 2:25 PM, Nico Weber  wrote:

The first non-syned revision is http://trac.webkit.org/changeset/93167
, which is a huge directory move. This might just be slow to handle in
git?

On Wed, Aug 17, 2011 at 1:28 PM, David Levin   
wrote:

From an irc conversation, it sounds like this is being worked on but
"git-svn just hangs, hard to tell why its broken"
dave

On Wed, Aug 17, 2011 at 7:56 AM, Nico Weber   
wrote:


Hi,

 git fetch origin && git log origin/master

suggests that the git mirror stopped syncing at r93166. Can someone  
kick

it?

Thanks,
Nico
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev




___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev




___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Git mirror out of sync?

2011-08-17 Thread Evan Martin
(Which is to say I just tried it, and it took under a minute to sync
past the bad revision.)

On Wed, Aug 17, 2011 at 2:41 PM, Evan Martin  wrote:
> I'd try "git svn reset r93166" followed by "git svn fetch".  You can
> do that from your own git checkout, no need to wait for
> git.webkit.org.  (In theory once git.webkit.org unsticks, it will have
> the same commits anyway so it'll be as if you had pulled it from there
> anyway.)
>
> On Wed, Aug 17, 2011 at 2:25 PM, Nico Weber  wrote:
>> The first non-syned revision is http://trac.webkit.org/changeset/93167
>> , which is a huge directory move. This might just be slow to handle in
>> git?
>>
>> On Wed, Aug 17, 2011 at 1:28 PM, David Levin  wrote:
>>> From an irc conversation, it sounds like this is being worked on but
>>> "git-svn just hangs, hard to tell why its broken"
>>> dave
>>>
>>> On Wed, Aug 17, 2011 at 7:56 AM, Nico Weber  wrote:

 Hi,

  git fetch origin && git log origin/master

 suggests that the git mirror stopped syncing at r93166. Can someone kick
 it?

 Thanks,
 Nico
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>>>
>>>
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org
>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>>
>
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Git mirror out of sync?

2011-08-17 Thread Evan Martin
I'd try "git svn reset r93166" followed by "git svn fetch".  You can
do that from your own git checkout, no need to wait for
git.webkit.org.  (In theory once git.webkit.org unsticks, it will have
the same commits anyway so it'll be as if you had pulled it from there
anyway.)

On Wed, Aug 17, 2011 at 2:25 PM, Nico Weber  wrote:
> The first non-syned revision is http://trac.webkit.org/changeset/93167
> , which is a huge directory move. This might just be slow to handle in
> git?
>
> On Wed, Aug 17, 2011 at 1:28 PM, David Levin  wrote:
>> From an irc conversation, it sounds like this is being worked on but
>> "git-svn just hangs, hard to tell why its broken"
>> dave
>>
>> On Wed, Aug 17, 2011 at 7:56 AM, Nico Weber  wrote:
>>>
>>> Hi,
>>>
>>>  git fetch origin && git log origin/master
>>>
>>> suggests that the git mirror stopped syncing at r93166. Can someone kick
>>> it?
>>>
>>> Thanks,
>>> Nico
>>> ___
>>> webkit-dev mailing list
>>> webkit-dev@lists.webkit.org
>>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>>
>>
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Git mirror out of sync?

2011-08-17 Thread Nico Weber
The first non-syned revision is http://trac.webkit.org/changeset/93167
, which is a huge directory move. This might just be slow to handle in
git?

On Wed, Aug 17, 2011 at 1:28 PM, David Levin  wrote:
> From an irc conversation, it sounds like this is being worked on but
> "git-svn just hangs, hard to tell why its broken"
> dave
>
> On Wed, Aug 17, 2011 at 7:56 AM, Nico Weber  wrote:
>>
>> Hi,
>>
>>  git fetch origin && git log origin/master
>>
>> suggests that the git mirror stopped syncing at r93166. Can someone kick
>> it?
>>
>> Thanks,
>> Nico
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org
>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
>
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Git mirror out of sync?

2011-08-17 Thread David Levin
>From an irc conversation, it sounds like this is being worked on but
"git-svn just hangs, hard to tell why its broken"

dave

On Wed, Aug 17, 2011 at 7:56 AM, Nico Weber  wrote:

> Hi,
>
>  git fetch origin && git log origin/master
>
> suggests that the git mirror stopped syncing at r93166. Can someone kick
> it?
>
> Thanks,
> Nico
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] Git mirror out of sync?

2011-08-17 Thread Nico Weber
Hi,

  git fetch origin && git log origin/master

suggests that the git mirror stopped syncing at r93166. Can someone kick it?

Thanks,
Nico
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev