[git-users] gitgui on windows asks repeatedly to compress database

2013-04-10 Thread waas.nett
Hi there, I am using Git for different projects and sub-projects on windows 7 64 bit. When starting git gui occasionally it will ask for compressing the database because of a number of unlinked objects. When pressing yes, it will run a compress on the database. Typically after some while

Re: [git-users] gitgui on windows asks repeatedly to compress database

2013-04-10 Thread waas.nett
) waas.nett waas...@gmail.com javascript: wrote: I am using Git for different projects and sub-projects on windows 7 64 bit. When starting git gui occasionally it will ask for compressing the database because of a number of unlinked objects. When pressing yes, it will run a compress

Re: [git-users] gitgui on windows asks repeatedly to compress database

2013-04-10 Thread waas.nett
or at least not always. I have introduced the gc.auto setting after checking with git gui. Thanks for your advice On Wednesday, April 10, 2013 5:23:51 PM UTC+2, Konstantin Khomoutov wrote: On Wed, 10 Apr 2013 08:07:57 -0700 (PDT) waas.nett waas...@gmail.com javascript: wrote: [...] I would

[git-users] Re: Trying to convert svn repos to Git repos

2013-01-22 Thread waas.nett
On Tuesday, January 22, 2013 12:11:19 PM UTC+1, Thomas Ferris Nicolaisen wrote: Yes. If it's possible in SVN, then it ideally should be handled by git-svn. Just make sure you have the latest version of git to make sure this hasn't been fixed in recent versions. It has at least been

[git-users] Trying to convert svn repos to Git repos

2013-01-21 Thread waas.nett
Hi there I have started recently to use Git. Since I have been using svn for a couple of year I would like to convert those svn repos including their history to Git repos. I have converted already some repos, which is certainly time-consuming, but it seems to work. Unfortunately, I have now