Gitorious and stuff


Problems running or configuring the software, commands & options, compiling, different platforms, using the interface, documentation, etc.

bel

Cocytus Succeeder

Posts: 2184

Joined: Tuesday, 3rd February 2015, 22:05

Post Wednesday, 2nd September 2015, 13:41

Gitorious and stuff

My "git pull" no longer works for trunk. I read something about some migration from gitorious earlier, but I don't recall it. Can someone fill me in?

To clarify, I set up my repository using the directions here: https://crawl.develz.org/wiki/doku.php?id=dcss:help:git
User avatar

Dungeon Master

Posts: 502

Joined: Wednesday, 7th March 2012, 13:25

Location: Lexington, KY, US

Post Wednesday, 2nd September 2015, 13:52

Re: Gitorious and stuff

bel wrote:My "git pull" no longer works for trunk. I read something about some migration from gitorious earlier, but I don't recall it. Can someone fill me in?

To clarify, I set up my repository using the directions here: https://crawl.develz.org/wiki/doku.php?id=dcss:help:git


Sorry, the documentation on the devel wiki is obsolete. The most up-to-date version of that document is at: https://github.com/crawl/crawl/blob/mas ... kstart.txt

The big change is that you would use: https://github.com/crawl/crawl.git as the repo.

If you have an existing dir, you could do something like
  Code:
git remote set-url origin https://github.com/crawl/crawl.git
to switch it over, but you still might need to reinitialise the submodules if you're using contribs. So it might be easier to do a fresh clone.

For this message the author neil has received thanks:
bel

Return to Technical Support

Who is online

Users browsing this forum: No registered users and 28 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.