From: Michael P. <mic...@gm...> - 2013-08-07 03:52:57
|
On Wed, Aug 7, 2013 at 11:33 AM, Koichi Suzuki <koi...@gm...> wrote: > Postgres-XC sourceforge repository has been upgraded successfully. There > are no change in development page URL. GIT repository URL changed. The new URL can be found here: http://sourceforge.net/p/postgres-xc/postgres-xc/ci/master/tree/ And you can use git protocol: git clone git://git.code.sf.net/p/postgres-xc/postgres-xc postgres-xc-postgres-xc or https to clone the repository: git clone http://git.code.sf.net/p/postgres-xc/postgres-xc postgres-xc-postgres-xc > > Top page of the development page will have "GIT" tag, where you can choose a > repository (postgres-xc, in this case) then you will get URLs for RW, RO and > HTTPS, depending your privilege to the repo. RW = read-write RO = read-only HTTP = can be both depending on your status on the project concerned > I've not tested if we can continue to use local repo just with changing > configuration. What do you mean by that? You just need to change the link to remote folder by either running for example "git remote set-url" or even setting directly .git/config. This does not impact your local environment, the commits SHA1 as well as the commit history are still the same. > Hope they provide faster link. It looks that the new layer of their website is very github-like. This is not necessarily a bad thing :) https is something people have wanted in sourceforge for years... Definitely useful for people hidden behind a company firewall. -- Michael |