Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Cannot find GIT replacement now that Anonymous CVS is broken for Hudson builds

You can still access the direct filesystem from Hudson/Build.

Replace :pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/repo with /cvsroot/repo or file:///cvsroot/repo is a URI is required.

But really, as you know, the underlying CVS repository is no longer being maintained, and switching your build to using the project's Git repo is better.

To locate the new Git repo , I would navigate to that project's website. I would expect to see information on the source repositories there.

Denis





On 12/29/2012 08:44 AM, Ed Willink wrote:
Hi

It seems we are not allowed to use even anonymous CVS access any more; https://bugs.eclipse.org/bugs/show_bug.cgi?id=397237

This breaks any build that continues to use CVS to load org.eclipse.test.

Looking for the GIT replacement, I first tried EMF's releng; no EMF's going to break too.

Then I tried browsing /gitroot; not obvious.

Then I tried searching wiki; no useful matches for org.eclipse.test and GIT.

So, how does one locate the GIT repo, P2 repo, for a given org.eclipse plugin?

    Regards

        Ed Willink
_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev




Back to the top