|
From: Balazs S. <ba...@ba...> - 2013-11-11 14:26:13
|
hi, I've just made a quick conversion using git-cvsimport and pushed the result to github: https://github.com/bazsi/libdbi But it was nothing but a mere "git cvsimport" invocation on a fresh CVS checkout. It created 4 branches: - origin is "tracking" the CVS repo, so it can be refreshed from CVS (but can be dropped once the git becomes authoritive) - "master" is the current HEAD - "dap24" and "libdbi-0_8_3_bugfix_branch" were probably created based on branches in CVS Here are a couple of tutorials on git: * git-scm.com/docs/gittutorial * www.vogella.com/articles/Git/article.html * but you can simply find more with google, there are even SVN to git tutorials out there If you like the result, just clone the github repo I have created, decide where to host it (github would be just fine, it's free until 300MB), push it and announce its existence. If github is your service of choice, you can clone the repository under your name using simply the web interface. Let me know if you need help. Cheers Bazsi On Mon, 2013-11-11 at 12:03 +0100, Markus Hoenicka wrote: > Am 2013-11-11 11:31, schrieb Balazs Scheidler: > > Hi, > > > > well, converting the repo itself is easy, it's a matter of a > > git-importcvs command and your history is converted too. the best git > > hosting site is github imho, but SF may also have something. > > > > we are hosting a private cvs->git converted repo here (way unmaintained > > I'd say, so don't use that for anything): > > > > https://github.com/balabit/libdbi > > > > My point is, that the conversion it's doable, not even difficult. > > > > learning git is a great investment these days, practically everything > > has moved to using git. > > > > once you understand what it means to have a local copy of the entire > > repo and what the staging area means, it really becomes intuitive and > > powerful. after learning it, you'll be wondering how you could work > > with > > anything else. > > > > cheers, > > Bazsi > > > > Hi, > > ok, I'm looking forward to it. > > regards, > Markus > |