Re: git svn's performance issue and strange pauses, and other thing

2014-10-19 Thread Hin-Tak Leung
-- On Sun, Oct 19, 2014 05:12 BST Eric Wong wrote: Hin-Tak Leung ht...@users.sourceforge.net wrote: The new clone has: -- $ ls -ltr .git/svn/.caches/ total 144788 -rw-rw-r--. 1 Hin-Tak Hin-Tak 1166138 Oct 7 13:44 lookup_svn_merge.yaml -rw-rw-r--. 1

Re: git svn's performance issue and strange pauses, and other thing

2014-10-19 Thread Hin-Tak Leung
(sorry about the last blank reply - mobile phone and finger accident...) -- On Sun, Oct 19, 2014 05:12 BST Eric Wong wrote: Hin-Tak Leung ht...@users.sourceforge.net wrote: The new clone has: -- $ ls -ltr .git/svn/.caches/ total 144788 -rw-rw-r--. 1 Hin-Tak

Re: git svn's performance issue and strange pauses, and other thing

2014-10-19 Thread Jakob Stoklund Olesen
On Oct 18, 2014, at 21:12, Eric Wong normalper...@yhbt.net wrote: I am somwhat worry about the dramatic difference between the two .svn/.caches - check_cherry_pick.yaml is 225MB in one and 73MB in the other, and also _rev_list.yaml is opposite - 24MB vs 73MB. How do I reconcile that?

Re: git svn's performance issue and strange pauses, and other thing

2014-10-18 Thread Eric Wong
Hin-Tak Leung ht...@users.sourceforge.net wrote: The new clone has: -- $ ls -ltr .git/svn/.caches/ total 144788 -rw-rw-r--. 1 Hin-Tak Hin-Tak 1166138 Oct 7 13:44 lookup_svn_merge.yaml -rw-rw-r--. 1 Hin-Tak Hin-Tak 72849741 Oct 7 13:48 check_cherry_pick.yaml -rw-rw-r--. 1 Hin-Tak

Re: git svn's performance issue and strange pauses, and other thing

2014-10-07 Thread Hin-Tak Leung
-- On Tue, Oct 7, 2014 00:51 BST Hin-Tak Leung wrote: -- On Sun, Oct 5, 2014 02:02 BST Eric Wong wrote: snipped Hin-Tak: have you tried Jakob's patches?  I've taken another look, signed-off and pushed to my master. ... Then I changed my

Re: git svn's performance issue and strange pauses, and other thing

2014-10-06 Thread Hin-Tak Leung
-- On Sun, Oct 5, 2014 02:02 BST Eric Wong wrote: Eric Wong normalper...@yhbt.net wrote: Jakob sent some patches a few months ago which seem to address the issue.  Unfortunately we forgot about them :x Hin-Tak: have you tried Jakob's patches?  I've taken another

Re: git svn's performance issue and strange pauses, and other thing

2014-10-04 Thread Eric Wong
Eric Wong normalper...@yhbt.net wrote: Jakob sent some patches a few months ago which seem to address the issue. Unfortunately we forgot about them :x Hin-Tak: have you tried Jakob's patches? I've taken another look, signed-off and pushed to my master. Can you take a look at the following

Re: git svn's performance issue and strange pauses, and other thing

2014-09-19 Thread Eric Wong
Hin-Tak Leung ht...@users.sourceforge.net wrote: (I am not on the list - please CC) Done, it is standard practice for git :) Thanks for git-svn - I use it instead of subversion itself for many years now. Just thought I'd ask/report a few issues I noticed for some time now, of tracking

Re: git svn's performance issue and strange pauses, and other thing

2014-09-19 Thread Jakob Stoklund Olesen
On Sep 19, 2014, at 1:25, Eric Wong normalper...@yhbt.net wrote: Hin-Tak Leung ht...@users.sourceforge.net wrote: - I know I can probably just read the source, but I'd like to know why .git/svn/.caches is even larger than .git/objects (which supposedly contains everything that's of

git svn's performance issue and strange pauses, and other thing

2014-09-18 Thread Hin-Tak Leung
(I am not on the list - please CC) Thanks for git-svn - I use it instead of subversion itself for many years now. Just thought I'd ask/report a few issues I noticed for some time now, of tracking development of a particular subversion-based development project. Broadly speaking, I think there