Git or SVN?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Git or SVN?

Javier Hdez
Reply | Threaded
Open this post in threaded view
|

Re: Git or SVN?

Javier Hdez
I used both .svn as .git. And both have the same size.

drwxr-xr-x 11 user user 4096 Mar 6 14:35 ofbiz-svn
drwxr-xr-x 11 user user 4096 Mar 6 15:05 ofbiz-git
Reply | Threaded
Open this post in threaded view
|

Re: Git or SVN?

Trenton Perceval
Anybody knows if its always the same? I mean when somebody commits to svn, he does it to Git also?
Reply | Threaded
Open this post in threaded view
|

Re: Git or SVN?

Paul Foxworthy
Hi Javier and Trenton,

The Subversion repo is the official one for OFBiz. Most Apache projects also use Subversion. The ASF has been working on support for git, and there are read-only git mirrors for the Subversion repos. For example, the OFBiz one is at git://git.apache.org/ofbiz.git .

Github is also mirroring ASF projects, but that is for the convenience of Github members and they are not the "official" ASF repos.

See http://www.apache.org/dev/git.html#git-mirrors for more.

Cheers

Paul Foxworthy

Trenton Perceval wrote
Anybody knows if its always the same? I mean when somebody commits to svn, he does it to Git also?
--
Coherent Software Australia Pty Ltd
http://www.coherentsoftware.com.au/

Bonsai ERP, the all-inclusive ERP system
http://www.bonsaierp.com.au/
Reply | Threaded
Open this post in threaded view
|

Re: Git or SVN?

Javier Hdez
In reply to this post by Trenton Perceval
I think the same commit is synchronized with svn and git at once.

http://git-scm.com/book/en/Git-and-Other-Systems-Git-and-Subversion
Reply | Threaded
Open this post in threaded view
|

Re: Git or SVN?

Javier Hdez
In reply to this post by Paul Foxworthy
Thanks for the clarification, was using Git repositoro, but then I'll use the svn.