Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] CVS access to Orbit

This is an interesting suggestion...

but when the revision numbers are not the original CVS ones
(and for many repos also the module structure changed),
I'm not sure how much help that would be for the legacy cases
that Ed and others are interested in.

To me, the goal is not making our git repos CVS-accessible (we better use git for git).
The goal would be carrying forward some old functionality for old stuff rather than
breaking it, until the most relevant bits have been migrated.

Thanks,
Martin
--
Martin Oberhuber, SMTS / Product Architect - Development Tools, Wind River
direct +43.662.457915.85  fax +43.662.457915.6


-----Original Message-----
From: cross-project-issues-dev-bounces@xxxxxxxxxxx [mailto:cross-project-issues-dev-bounces@xxxxxxxxxxx] On Behalf Of Brian de Alwis
Sent: Wednesday, January 16, 2013 3:25 PM
To: Cross project issues
Subject: Re: [cross-project-issues-dev] CVS access to Orbit

On 15-Jan-2013, at 2:22 PM, Denis Roy wrote:
> Maintaining pserver for all our old repos is possible -- after all, we've been doing it for 13 years!  But cvs is arguably no longer maintained, it has a habit of not always exiting cleanly leaving zombie processes, its archaic file locking is prone to errors and it is Yet Another Service your webmaster team would need to actively maintain.  We've added Git and Gerrit was simply too cool to pass up, so CVS just had to go.

I wonder how difficult it would be to set up a sandboxed git-cvsserver instance?  It serves up a CVS pserver from a git repository.  It does require being able to create a database within the repository's .git directory to map hashes to revision numbers (hence the sandbox), which I'd guess are synthesized and may not actually match the revision numbers used in our actual CVS repositories.

	http://schacon.github.com/git/git-cvsserver.html

Brian.
_______________________________________________
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