Community
Participate
Working Groups
In order to facilitate contribution from external contributors, we would like to have a read-only copy of p2 to be made available in git repo eclipse. The CVS root where the code is available is: :extssh:prapicau@dev.eclipse.org:/cvsroot/rt The path is org.eclipse.equinox/p2 Thx
I'm creating one now -- stay tuned.
The script has created repos under "org.eclipse.equinox.p2" here: http://dev.eclipse.org/git/index.html A quick clone of a random repo seems to have been successful: $ git clone git://dev.eclipse.org/org.eclipse.equinox.p2/org.eclipse.equinox.p2.director.git Initialized empty Git repository in /home/droy/shiw/org.eclipse.equinox.p2.director/.git/ remote: Counting objects: 5832, done. remote: Compressing objects: 100% (1638/1638), done. remote: Total 5832 (delta 2074), reused 5832 (delta 2074) Receiving objects: 100% (5832/5832), 655.74 KiB | 415 KiB/s, done. Resolving deltas: 100% (2074/2074), done.
Thx for the work. Unfortunately I meant to have only one git repo for the complete content of the CVS org.eclipse.equinox/p2 folder rather a many of them. Is this possible?
How about this: git://dev.eclipse.org/org.eclipse.equinox.p2/org.eclipse.equinox.p2.git
I'll assume you are so satisfied with the results that you're speechless ;) I'll close this as fixed; please reopen if you feel otherwise.
I was indeed speechless :) Thx!