You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by gavinju <ga...@gmail.com> on 2014/04/04 01:26:38 UTC

Who can tell me the difference between ofbiz in svn and github ?

I want to know the difference between the
"http://svn.apache.org/repos/asf/ofbiz/branches/release13.07" and
"https://github.com/apache/ofbiz".
Who can tell me?

Thank you!



--
View this message in context: http://ofbiz.135035.n4.nabble.com/Who-can-tell-me-the-difference-between-ofbiz-in-svn-and-github-tp4650182.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Who can tell me the difference between ofbiz in svn and github ?

Posted by Christian Geisert <ch...@isu-gmbh.de>.
Am 04.04.2014 01:26, schrieb gavinju:
> I want to know the difference between the
> "http://svn.apache.org/repos/asf/ofbiz/branches/release13.07" and
> "https://github.com/apache/ofbiz".
> Who can tell me?

I'm not sure if I understand your question but
https://github.com/apache/ofbiz is a git mirror of
http://svn.apache.org/repos/asf/ofbiz/ and contains all branches,
including the "release13.07" branch.

So you could "checkout" the whole ofbiz project with 'git clone
git://github.com/apache/ofbiz' and then switch to the branch with 'git
checkout release13.07' or just checkout the branch with
'git clone -b release13.07 git://github.com/apache/ofbiz'

Christian