Re: [Nix-dev] nixos and nixpkgs repos on github

2012-02-20 Thread Marc Weber
Excerpts from Corey O'Connor's message of Mon Feb 20 07:57:11 +0100 2012: However this process is taking quite a long time. What should be taking time? github provides SVN protocol api. All which has to be done is changing urls. Technically there are not many reasons to prevent moving AFAIK - or

Re: [Nix-dev] nixos and nixpkgs repos on github

2012-02-20 Thread Marc Weber
For nixos the svn remote I'm using is: [...] url = https://nixos.org/repos/nix Don't mix up nix and nixos: nix: the C executable (managing the store and the builds) nixpkgs: the .nix files describing all packages nixos: the .nix files describing how to use the packages to build a

Re: [Nix-dev] nixos and nixpkgs repos on github

2012-02-20 Thread Corey O'Connor
On Mon, Feb 20, 2012 at 6:35 PM, Marc Weber marco-owe...@gmx.de wrote: For nixos the svn remote I'm using is: [...]     url = https://nixos.org/repos/nix Don't mix up nix and nixos: That URL is the base SVN repo URL. That repo contains nix, nixos, nixpkgs, hydra etc. When setting up a SVN

Re: [Nix-dev] nixos and nixpkgs repos on github

2012-02-18 Thread Marc Weber
Excerpts from Corey O'Connor's message of Sat Feb 18 02:45:41 +0100 2012: I've cloned the nixos and nixpkgs repos onto github: https://github.com/coreyoconnor/nixos https://github.com/coreyoconnor/nixpkgs I've been maintaining clones for month (just never did the step publishing them on

Re: [Nix-dev] nixos and nixpkgs repos on github

2012-02-18 Thread Florian Friesdorf
Hi Marc, On Sat, 18 Feb 2012 14:13:44 +0100, Marc Weber marco-owe...@gmx.de wrote: Excerpts from Corey O'Connor's message of Sat Feb 18 02:45:41 +0100 2012: I've cloned the nixos and nixpkgs repos onto github: https://github.com/coreyoconnor/nixos https://github.com/coreyoconnor/nixpkgs

Re: [Nix-dev] nixos and nixpkgs repos on github

2012-02-18 Thread Mathijs Kwik
Marc Weber marco-owe...@gmx.de writes: Sorry if this is a stupid question, but I don't understand the whole svn-to-git-import-is-hard issue. I've been using git-svn for nixos/nixpkgs without problems from when I first started using nix (which is still quite recent though). I push to github to

Re: [Nix-dev] nixos and nixpkgs repos on github

2012-02-18 Thread Marc Weber
Sorry if this is a stupid question, but I don't understand the whole svn-to-git-import-is-hard issue. I never said its hard. If two people clone they can't use the same base for additional work (merging etc) without duplicating history. That's all - and about having email addresses in git. I

[Nix-dev] nixos and nixpkgs repos on github

2012-02-17 Thread Corey O'Connor
I've cloned the nixos and nixpkgs repos onto github: https://github.com/coreyoconnor/nixos https://github.com/coreyoconnor/nixpkgs These should be complete clones of SVN. Though pulling from SVN into git can be a bit problematic at time. Might be useful for some people until NixOS github org