• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Pointing to new Wonder Repository URL
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Pointing to new Wonder Repository URL


  • Subject: Pointing to new Wonder Repository URL
  • From: Kieran Kelleher <email@hidden>
  • Date: Mon, 20 May 2013 14:05:14 -0400

In an effort to consolidate all WO Community Projects, Project Wonder repository has been transferred to the WOCommunity GitHub account. It now resides at https://github.com/wocommunity/wonder

The new git remote URL for read-only is:
	git://github.com/wocommunity/wonder.git

The new git remote URL for committers is:
	email@hidden:wocommunity/wonder.git

To point your local clone to the new upstream repository, do the following:
	git remote set-url remote_name new_url


----------------------------------------------------------------------------------

Need more help?

1) Find your current remote_name:
	$ git remote -v

.... and identify the remote_name having the old "projectwonder/wonder.git" github repository name in its URL. This example uses "upstream" as the remote name for the old url:
	upstream			git://github.com/projectwonder/wonder.git (fetch)
	upstream			git://github.com/projectwonder/wonder.git (push)


2) For the example where "upstream" was the remote name you used, just change it with:

Read-only URL:
	$ git remote set-url upstream git://github.com/wocommunity/wonder.git

Committer:
	$ git remote set-url upstream email@hidden:wocommunity/wonder.git


Apparently the old URLs will continue to redirect, but it is advised that you update as soon as possible to the correct one.
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Pointing to new Wonder Repository URL
      • From: Pascal Robert <email@hidden>
    • Re: [Wonder-disc] Pointing to new Wonder Repository URL
      • From: Jesse Tayler <email@hidden>
  • Prev by Date: Re: ERRest and WOAdaptor
  • Next by Date: Re: [Wonder-disc] Pointing to new Wonder Repository URL
  • Previous by thread: Re: ERRest and WOAdaptor
  • Next by thread: Re: [Wonder-disc] Pointing to new Wonder Repository URL
  • Index(es):
    • Date
    • Thread