(01-27-2011, 01:04 PM)Mr. Bougo Wrote: Can you copy the exact error, please? And does that happen when you launch build.bat?
The main repo..blahblah
but i'm before:
(01-23-2011, 11:40 AM)Mr. Bougo Wrote:Code:cd xonotic git config remote.origin.url git://git.xonotic.org/xonotic/xonotic.git ./all clean -fU
cd xonotic? not cd /xonotic?
ok. I did it.
Quote:msys@xonotic ~ $ cd /xonotic
msys@xonotic /xonotic $ git config remote.origin.url git://git.xonotic.org/xonotic/xonotic.git
msys@xonotic /xonotic $ ./all clean -fU
Repository . enabled because it already exists
Repository data/xonotic-data.pk3dir enabled because it already exists
Repository data/xonotic-music.pk3dir enabled because it already exists
Repository data/xonotic-nexcompat.pk3dir disabled by default, create data/xonotic-nexcompat.pk3dir.yes to enable
Repository darkplaces enabled because it already exists
Repository netradiant enabled because it already exists
Repository div0-gittools disabled by default, create div0-gittools.yes to enable
Repository d0_blind_id enabled because it already exists
Repository data/xonotic-maps.pk3dir enabled because it already exists
Repository mediasource disabled by default, create mediasource.yes to enable
Repository fteqcc enabled because it already exists
Repository . enabled because it already exists
Repository data/xonotic-data.pk3dir enabled because it already exists
Repository data/xonotic-music.pk3dir enabled because it already exists
Repository data/xonotic-nexcompat.pk3dir disabled by default, create data/xonotic-nexcompat.pk3dir.yes to enable
Repository darkplaces enabled because it already exists
Repository netradiant enabled because it already exists
Repository div0-gittools disabled by default, create div0-gittools.yes to enable
Repository d0_blind_id enabled because it already exists
Repository data/xonotic-maps.pk3dir enabled because it already exists
Repository mediasource disabled by default, create mediasource.yes to enable
Repository fteqcc enabled because it already exists
+ cd /xonotic/.
+ git config remote.origin.url git://git.xonotic.org/xonotic/xonotic.git
+ git config --unset remote.origin.pushurl
+ git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
+ git config core.autocrlf input
+ git config filter.mapclean.clean tr -d '\r' | grep '^[^/]'
+ git config filter.mapclean.smudge cat
+ cd /xonotic/data/xonotic-data.pk3dir
+ git config remote.origin.url git://git.xonotic.org/xonotic/xonotic-data.pk3dir.git
+ git config --unset remote.origin.pushurl
+ git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
+ git config core.autocrlf input
+ git config filter.mapclean.clean tr -d '\r' | grep '^[^/]'
+ git config filter.mapclean.smudge cat
+ cd /xonotic/data/xonotic-music.pk3dir
+ git config remote.origin.url git://git.xonotic.org/xonotic/xonotic-music.pk3dir.git
+ git config --unset remote.origin.pushurl
+ git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
+ git config core.autocrlf input
+ git config filter.mapclean.clean tr -d '\r' | grep '^[^/]'
+ git config filter.mapclean.smudge cat
+ cd /xonotic/darkplaces
+ git config remote.origin.url git://git.xonotic.org/xonotic/darkplaces.git
+ git config --unset remote.origin.pushurl
+ git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
+ git config core.autocrlf input
+ git config filter.mapclean.clean tr -d '\r' | grep '^[^/]'
+ git config filter.mapclean.smudge cat
+ cd /xonotic/netradiant
+ git config remote.origin.url git://git.xonotic.org/xonotic/netradiant.git
+ git config --unset remote.origin.pushurl
+ git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
+ git config core.autocrlf input
+ git config filter.mapclean.clean tr -d '\r' | grep '^[^/]'
+ git config filter.mapclean.smudge cat
+ cd /xonotic/d0_blind_id
+ git config remote.origin.url git://git.xonotic.org/xonotic/d0_blind_id.git
+ git config --unset remote.origin.pushurl
+ git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
+ git config core.autocrlf input
+ git config filter.mapclean.clean tr -d '\r' | grep '^[^/]'
+ git config filter.mapclean.smudge cat
+ cd /xonotic/data/xonotic-maps.pk3dir
+ git config remote.origin.url git://git.xonotic.org/xonotic/xonotic-maps.pk3dir.git
+ git config --unset remote.origin.pushurl
+ git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
+ git config core.autocrlf input
+ git config filter.mapclean.clean tr -d '\r' | grep '^[^/]'
+ git config filter.mapclean.smudge cat
+ cd /xonotic/fteqcc
+ git config remote.origin.url git://git.xonotic.org/xonotic/fteqcc.git
+ git config --unset remote.origin.pushurl
+ git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
+ git config --unset core.autocrlf
+ git config filter.mapclean.clean tr -d '\r' | grep '^[^/]'
+ git config filter.mapclean.smudge cat
The main repo is not xonotic.git, what have you done?
msys@xonotic /xonotic $

