Re: [Koha-devel] Git Repository Questions

2009-01-09 Thread Michael Hafen
Forwarded Message From: Gerald Van Baren To: Michael Hafen Subject: Re: [Koha-devel] Git Repository Questions Date: Fri, 9 Jan 2009 15:05:15 -0500 On Fri, Jan 9, 2009 at 12:06 PM, Michael Hafen wrote: > I don't know if it is possible to clone a git repo over http.

Re: [Koha-devel] Git Repository Questions

2009-01-09 Thread Michael Hafen
I don't know if it is possible to clone a git repo over http. There is a web interface to browsing a repo, git-web, but I don't think that is suitable for cloning. I think the standard protocols for cloning a repo are git:// ssh:// and maybe ftp:// I'm sure someone on this list can correct me if

Re: [Koha-devel] Git Repository Questions

2009-01-09 Thread Kyle Hall
Ok, so I'm trying to set up my git repo. I created a new git repo and pushed my dev machine's master to it through ssh. I also was able to clone this git repo using ssh, but if I try to do it through http it doesn't work. k...@kyle-desktop:~$ git clone http://kylehall.info/koha.git Initialized em

Re: [Koha-devel] Git Repository Questions

2009-01-06 Thread Michael Hafen
This is similar to what I do for myself. The only difference is, for me, KohaDevServer and MyKohaGit are the same server. So I actually pull to a private repo on Dev and then push to MyKohaGit once things are stable ( in theory ). Pulls are fine, and I push straight to the file system. Ok, mayb

Re: [Koha-devel] Git Repository Questions

2009-01-06 Thread Mason James
On 2009/01/7, at 10:38 AM, Kyle Hall wrote: > Hello All, > I'm trying to do something that I'm sure is doable with git. I would > like to set a 'middle-man' git repository that I can push and pull > from to manage our development and production servers for our > switchover to koha 3 and future