Development > Newbie Coding

The GIT problem

<< < (9/9)

geever:
Maybe we should lock this thread. No useful info is added to it for a while.....

-geever

Sandro:
Just before thread gets locked :) I have a proposal: we could make online zipped copy of master branch (~2 GB now), so everyone could download it after setting up git, unzip without caring for git quirks (everything will be configured properly in the .git/), and have a working local repo.

Objections?

Mattn:
where should we host 2gb? that would produce a lot of traffic.

O01eg:
I download repository by rsync, rename ufoai to .git, but cann't add origin branches for updates:

--- Code: ---o01eg@o01eg /mnt/another/game.src/ufoai $ git remote set-url origin git://ufoai.git.sourceforge.net/gitroot/ufoai/ufoai
fatal: No such remote 'origin'
o01eg@o01eg /mnt/another/game.src/ufoai $ git remote set-url --push origin ssh://o01eg@ufoai.git.sourceforge.net/gitroot/ufoai/ufoai
fatal: No such remote 'origin'
o01eg@o01eg /mnt/another/game.src/ufoai $ git branch -a
  ai_lua
  android
  automission
  buildbot
  hud
  maputils_java
* master
  renderer_work
  rudolforadiant
  savegame_break
  sizeless_textures
  ufoai_2.0
  ufoai_2.1
  ufoai_2.2
  ufoai_2.3
  ufoai_2_legacy
  ufoai_firemode_patch
  ufoai_sdl
  ufoai_wilminator
  ui_angelscript

--- End code ---
How can I create origin branches?

Navigation

[0] Message Index

[*] Previous page

Go to full version