Re: Is viewcvs working?
Raymond Toy <[email protected]>
| Newsgroups | gmane.lisp.common-lisp-net.devel |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "Marco" == Marco Antoniotti <[email protected]> writes: Marco> I prefer to move to git. Marco> Please let me know how to do it. Eventually I will move to git all my repositories. You can find lots of pages on how to convert a cvs repo to git, preserving history. I think I used svn2git (which supports cvs) to convert cmucl cvs to git. I messed up a few things like some cvs things that were branches didn't come out to be git branches. But they were for ancient things that I no longer cared about. Annoying, but that's life. -- Ray