Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Moving to GIT

Greg,

This should be fine and from the steps looks like no problem to switch (hopefully). I'll work with the GIT test repo and see how that goes.

-Alan


On 10/29/2011 02:01 PM, Greg Watson wrote:
It looks like we're ready to move to GIT. I suggest we transition this coming Wednesday (11/7). I know this is close to SC, but if we don't do it now then it will be the end of November before things settle down again.

I will make the CVS repo read-only on Wednesday morning, then create another copy that Roland can use to upload. Roland, do you know how to upload to git.eclipse.org, or do I need to do it?

The CVS repo will remain read-only (and will still be available for the SC tutorial). It will eventually be archived.

It's not difficult to switch from CVS to Git:

1. Remove all the CVS plugins from your workspace.
2. Use the 'Git>Projects from Git' import wizard.
3. Click on Clone... and enter the repository URI:


4. Use your committer userid and password.
5. Click Next> to choose the branches you want to clone (usually ptp_5_0 and HEAD).
6. Click Next> to choose where you want the repository located locally. It can be anywhere.
7. Click Finish. The repository should be downloaded.
8. Once the repository has downloaded you should see it in the list. Select it.
9. Click Next> then Next> again and you should see a list of all the projects.
10. Select the ones you want (usually all) and click Finish.

Repeat steps 2-10 to import another repository (e.g. photran). The photran URI is ssh://userid@xxxxxxxxxxxxxxx/gitroot/ptp/org.eclipse.photran.git

Regards,
Greg
_______________________________________________ ptp-dev mailing list ptp-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/ptp-dev

-- 
Alan Humphrey | +1-801-916-2752 | http://www.cs.utah.edu/~ahumphre

Back to the top