git-svn help for non-standard tags/branches !!

2019-08-10 Thread Vanak, Ibrahim
Hello, I have been using git-svn tool for SVN to GIT migration. I see issues in migration of branches/tags located in SVN at different level of hierarchy. To some extent I can define the layout in config file but it's difficult in few cases. like https:/svnrepo a/b/branches/ a/b/c/branches/ a/

RE: GIT issue while cloning (fatal: pack is corrupted (SHA1 mismatch)) !!!

2019-06-28 Thread Vanak, Ibrahim
day, June 18, 2019 10:45 PM To: Vanak, Ibrahim ; Jeff King Cc: git@vger.kernel.org Subject: Re: GIT issue while cloning (fatal: pack is corrupted (SHA1 mismatch)) !!! On 6/18/2019 10:31 AM, Vanak, Ibrahim wrote: > Hello ALL again, > > Has anyone tested the performance of GIT on H

RE: GIT issue while cloning (fatal: pack is corrupted (SHA1 mismatch)) !!!

2019-06-18 Thread Vanak, Ibrahim
Hello ALL again, Has anyone tested the performance of GIT on HP-UX platform? Can someone please look into the issue we are seeing. Thanks, Ibrahim -Original Message- From: Vanak, Ibrahim Sent: Tuesday, June 11, 2019 10:09 PM To: Jeff King Cc: git@vger.kernel.org Subject: RE: GIT

RE: GIT issue while cloning (fatal: pack is corrupted (SHA1 mismatch)) !!!

2019-06-11 Thread Vanak, Ibrahim
May 30, 2019 5:28 PM To: Vanak, Ibrahim Cc: git@vger.kernel.org Subject: Re: GIT issue while cloning (fatal: pack is corrupted (SHA1 mismatch)) !!! On Wed, May 29, 2019 at 09:06:18AM +0000, Vanak, Ibrahim wrote: > After cloning when I tried to checkout a branch on HPUX and Linux, I

RE: GIT issue while cloning (fatal: pack is corrupted (SHA1 mismatch)) !!!

2019-05-29 Thread Vanak, Ibrahim
ommits you create, you may do so (now or later) by using -b with the checkout command again. Example:   git checkout -b HEAD is now at 39b6110... Commiting to isvn for WEB1303_1123 SFM release real    0m4.709s user    0m3.539s sys 0m1.098s [root@chandana SysFaultMgmt]# -Original

RE: GIT issue while cloning (fatal: pack is corrupted (SHA1 mismatch)) !!!

2019-05-28 Thread Vanak, Ibrahim
, May 29, 2019 3:00 AM To: Vanak, Ibrahim Cc: git@vger.kernel.org Subject: Re: GIT issue while cloning (fatal: pack is corrupted (SHA1 mismatch)) !!! On Tue, May 28, 2019 at 06:45:18PM +, Vanak, Ibrahim wrote: > BUT still I have significant slowness(50 times slower than clone on >

RE: GIT issue while cloning (fatal: pack is corrupted (SHA1 mismatch)) !!!

2019-05-28 Thread Vanak, Ibrahim
-Original Message- From: Jeff King [mailto:p...@peff.net] Sent: Tuesday, May 28, 2019 3:07 PM To: Vanak, Ibrahim We are seeing issue with GIT 2.14 version. When we try to clone the > repos, it is taking HUGE amount of time on HPUX, whereas on the linux > machine with same network configu

GIT issue while cloning (fatal: pack is corrupted (SHA1 mismatch)) !!!

2019-05-28 Thread Vanak, Ibrahim
Hello, We are seeing issue with GIT 2.14 version. When we try to clone the repos, it is taking HUGE amount of time on HPUX, whereas on the linux machine with same network configuration, it's getting cloned in less than mins. So we want to know has anyone reported this issue? What is the fix for