[git-users] Re: Git-SVN - speed up clones for other devs

2013-06-10 Thread Thomas Ferris Nicolaisen
On Monday, June 10, 2013 8:26:58 AM UTC+2, BhaaLseN . wrote: > We're pretty much stuck with subversion over here, yet a few colleagues > would like to try Git. > The Git-Book has a note that it might make sense to create a git-svn clone > and have others git clone that one - too bad it doesn't

[git-users] Re: Git-SVN - speed up clones for other devs

2013-06-10 Thread BhaaLseN .
I've followed your tutorial step by step (the updated one of course); but I havent been able to consistently achieve this...so something must be missing. I did manage to get one of my clones working, but that seemed a one-time achievement to me. Is it possible that something is wrong on mirror (

Re: [git-users] Git clone out of memory on Windows

2013-06-10 Thread Ruthy
Hi, Thanks, Did not work for me... Still with the same error ruthy On Thursday, May 30, 2013 12:29:17 PM UTC+3, Amit Saha wrote: > On Thu, May 30, 2013 at 4:24 PM, Ruthy > > wrote: > > Hi, > > > > > > > > I am unable to clone my repository. I get a message of out of memory. > > >

[git-users] Re: Git-SVN - speed up clones for other devs

2013-06-10 Thread BhaaLseN .
Looks like i got the bugger - the hint was your update-ref. Heres what I did on the server-side: cd /var/git/fetching-only git svn clone svn://linux01/tci/Utils -s --prefix=svn/ -A author-mapping.txt Utils cd ../svn git init --bare Utils.git cd ../fetching-only/Utils/ git remote add origin ../../

Re: [git-users] Re: error: GIt has no installation candidate

2013-06-10 Thread Konstantin Khomoutov
On Sun, 9 Jun 2013 17:31:48 -0700 (PDT) Deepak Selvaraj wrote: > I am sorry yes I am using UBUNTU and here is my system configuration > > No LSB modules are available. > Distributor ID:Ubuntu > Description:Ubuntu 10.04.4 LTS > Release:10.04 > Codename:lucid > > Please help.

Re: [git-users] Re: error: GIt has no installation candidate

2013-06-10 Thread Konstantin Khomoutov
On Mon, 10 Jun 2013 08:30:33 +0200 Martin Møller Skarbiniks Pedersen wrote: > > I am sorry yes I am using UBUNTU and here is my system configuration > > > > No LSB modules are available. > > Distributor ID:Ubuntu > > Description:Ubuntu 10.04.4 LTS > > Desktop 10.04 ran out of support 201

Re: [git-users] Re: error: GIt has no installation candidate

2013-06-10 Thread Konstantin Khomoutov
On Mon, 10 Jun 2013 14:03:21 +0400 Konstantin Khomoutov wrote: [...] > To make Lucid packages available one should replace normal URL > for packages in /etc/apt/sources.list with > > deb archive.ubuntu.com/ubuntu lucid main Or, rather, with deb http://archive.ubuntu.com/ubuntu lucid main --

[git-users] Re: Git-SVN - speed up clones for other devs

2013-06-10 Thread BhaaLseN .
Alrighty, again for all others looking for a solution. This is mostly from the Git Wiki(I hope I didn't break anything by replacing our internal repo names with placeholders) On the server, create a bare r

[git-users] Re: Git-SVN - speed up clones for other devs

2013-06-10 Thread Thomas Ferris Nicolaisen
That's some great info. I'm glad the setup still works! :) -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to git-users+unsubscr...@googlegroups.com. For mo