|
From: Markus H. <mar...@mh...> - 2013-11-11 07:51:20
|
-------- Originalnachricht -------- Betreff: Re: [libdbi-devel] 2 libdbi patches Datum: 2013-11-11 08:48 Von: Markus Hoenicka <mar...@mh...> An: Balazs Scheidler <ba...@ba...> Am 2013-11-11 08:36, schrieb Balazs Scheidler: > Btw, could we have libdbi converted to git? > > Would make my job so much easier as syslog-ng developer. > -- > Bazsi > Hi, that's just another "round tuit" issue. I migrated a different project to svn from cvs a couple of years ago, and this really paid off (this was before git really took off). Problem is that I basically don't have any time to spare, so I'll probably need some guidance to move the repo and to be able to make use of it myself afterwards. regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38 |
|
From: Jan E. <je...@in...> - 2013-11-11 08:12:06
|
On Monday 2013-11-11 08:51, Markus Hoenicka wrote: >Am 2013-11-11 08:36, schrieb Balazs Scheidler: >> Btw, could we have libdbi converted to git? >> >> Would make my job so much easier as syslog-ng developer. > >that's just another "round tuit" issue. I migrated a different project >to svn from cvs a couple of years ago, and this really paid off (this >was before git really took off). Problem is that I basically don't have >any time to spare, so I'll probably need some guidance to move the repo >and to be able to make use of it myself afterwards. Perhaps you would like to delegate some work? My Sourceforge username is jengelh, if you feel like adding me to the projects. Meanwhile, I'll convert the existing CVS locally to something transferable. |
|
From: Markus H. <mar...@mh...> - 2013-11-11 08:53:13
|
On 2013-11-11 09:11 Jan Engelhardt was heard to say: > Perhaps you would like to delegate some work? > My Sourceforge username is jengelh, if you feel like adding me > to the projects. > Meanwhile, I'll convert the existing CVS locally to something > transferable. > Hi, thanks for offering your help. I've added you as a developer to both projects. Let me know if you need additional permissions or if there are things that I should rather do myself. regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38 |
|
From: Balazs S. <ba...@ba...> - 2013-11-11 10:32:04
|
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 On Mon, 2013-11-11 at 08:51 +0100, Markus Hoenicka wrote: > > -------- Originalnachricht -------- > Betreff: Re: [libdbi-devel] 2 libdbi patches > Datum: 2013-11-11 08:48 > Von: Markus Hoenicka <mar...@mh...> > An: Balazs Scheidler <ba...@ba...> > > Am 2013-11-11 08:36, schrieb Balazs Scheidler: > > Btw, could we have libdbi converted to git? > > > > Would make my job so much easier as syslog-ng developer. > > -- > > Bazsi > > > > Hi, > > that's just another "round tuit" issue. I migrated a different project > to svn from cvs a couple of years ago, and this really paid off (this > was before git really took off). Problem is that I basically don't have > any time to spare, so I'll probably need some guidance to move the repo > and to be able to make use of it myself afterwards. > > regards, > Markushe > |
|
From: Toby T. <to...@te...> - 2013-11-11 14:45:02
|
On 11/11/13 5:31 AM, Balazs Scheidler wrote: > 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. There is also https://BitBucket.org (Mercurial and Git). --Toby > > 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 > > On Mon, 2013-11-11 at 08:51 +0100, Markus Hoenicka wrote: >> >> -------- Originalnachricht -------- >> Betreff: Re: [libdbi-devel] 2 libdbi patches >> Datum: 2013-11-11 08:48 >> Von: Markus Hoenicka<mar...@mh...> >> An: Balazs Scheidler<ba...@ba...> >> >> Am 2013-11-11 08:36, schrieb Balazs Scheidler: >>> Btw, could we have libdbi converted to git? >>> >>> Would make my job so much easier as syslog-ng developer. >>> -- >>> Bazsi >>> >> >> Hi, >> >> that's just another "round tuit" issue. I migrated a different project >> to svn from cvs a couple of years ago, and this really paid off (this >> was before git really took off). Problem is that I basically don't have >> any time to spare, so I'll probably need some guidance to move the repo >> and to be able to make use of it myself afterwards. >> >> regards, >> Markushe >> > > > > > ------------------------------------------------------------------------------ > November Webinars for C, C++, Fortran Developers > Accelerate application performance with scalable programming models. Explore > techniques for threading, error checking, porting, and tuning. Get the most > from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk > _______________________________________________ > libdbi-devel mailing list > lib...@li... > https://lists.sourceforge.net/lists/listinfo/libdbi-devel > |
|
From: Markus H. <mar...@mh...> - 2013-11-11 11:03:27
|
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 -- Markus Hoenicka http://www.mhoenicka.de AQ score 38 |
|
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 > |
|
From: Jan E. <je...@in...> - 2013-11-11 19:19:24
|
On Monday 2013-11-11 09:53, Markus Hoenicka wrote: >On 2013-11-11 09:11 Jan Engelhardt was heard to say: >> Perhaps you would like to delegate some work? >> My Sourceforge username is jengelh, if you feel like adding me >> to the projects. >> Meanwhile, I'll convert the existing CVS locally to something >> transferable. > >thanks for offering your help. I've added you as a developer to both >projects. Let me know if you need additional permissions or if there are >things that I should rather do myself. Hm I cannot access https://sourceforge.net/p/libdbi/admin/?source=navbar to create a git repo. That's probably because developer and admin are two separate roles. (Unlike Github, SF has no 300 MB limit, has file release and webpage capability. So I'd just keep it, given it's already there) As for the conversion from CVS, should I leave the abstract user "mhoenicka" in the commit logs, or rewrite it with your current full-name <email> identity? |
|
From: <mar...@mh...> - 2013-11-11 23:10:45
|
Jan Engelhardt writes: > Hm I cannot access https://sourceforge.net/p/libdbi/admin/?source=navbar > to create a git repo. That's probably because developer and admin > are two separate roles. > (Unlike Github, SF has no 300 MB limit, has file release and webpage > capability. So I'd just keep it, given it's already there) > > As for the conversion from CVS, should I leave the abstract user > "mhoenicka" in the commit logs, or rewrite it with your current > full-name <email> identity? > Hi, the access problem should be fixed now. I assume from your past submissions to these projects that you may have low intentions to wreak havoc on them :-) I also suggest to continue to use SF resources as they conveniently provide some webspace as well. Please rewrite the username according to what is most common elsewhere. regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38 |
|
From: Jan E. <je...@in...> - 2013-11-12 00:10:58
|
On Monday 2013-11-11 15:25, Balazs Scheidler wrote: >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. Git repositories are now up, with tags and all the fluff. [remote "sf"] url = git://git.code.sf.net/p/libdbi/libdbi pushurl = ssh://git.code.sf.net/p/libdbi/libdbi [remote "sf"] url = git://git.code.sf.net/p/libdbi-drivers/libdbi-drivers pushurl = ssh://git.code.sf.net/p/libdbi-drivers/libdbi-drivers What I noticed is that libdbi-drivers is a branch from libdbi (started around version 0.6.7), but the commits are inconsistently named, so I did not bother connecting the dbi and dbi-drivers tree in any way. |
|
From: Markus H. <mar...@mh...> - 2013-11-12 07:39:23
|
On 2013-11-12 01:10 Jan Engelhardt was heard to say: > What I noticed is that libdbi-drivers is a branch from libdbi > (started around version 0.6.7), but the commits are inconsistently > named, so I did not bother connecting the dbi and dbi-drivers tree in > any way. > This might be related to the fact that the mysql and pgsql drivers had been part of libdbi until approx. version 0.6.7. I had started a separate libdbi-drivers project back then with the consent of the libdbi maintainers. When they stopped developing libdbi actively, they donated the drivers to libdbi-drivers. regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38 |
|
From: <mar...@mh...> - 2013-11-13 23:31:59
|
Jan Engelhardt writes: > Git repositories are now up, with tags and all the fluff. > > [remote "sf"] > url = git://git.code.sf.net/p/libdbi/libdbi > pushurl = ssh://git.code.sf.net/p/libdbi/libdbi > [remote "sf"] > url = git://git.code.sf.net/p/libdbi-drivers/libdbi-drivers > pushurl = ssh://git.code.sf.net/p/libdbi-drivers/libdbi-drivers Hi, thanks for that. I managed to clone and build both libdbi and libdbi-drivers. However, I can't find any trace of the web pages. I used to have those in the cvs repositories as well, just to have them version-controlled as well. Is there a way to make them available through git without screwing up the sources proper? regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38 |
|
From: Jan E. <je...@in...> - 2013-11-14 00:29:16
|
On Thursday 2013-11-14 00:32, mar...@mh... wrote: >Jan Engelhardt writes: > > Git repositories are now up, with tags and all the fluff. > > > > [remote "sf"] > > url = git://git.code.sf.net/p/libdbi/libdbi > > pushurl = ssh://git.code.sf.net/p/libdbi/libdbi > > [remote "sf"] > > url = git://git.code.sf.net/p/libdbi-drivers/libdbi-drivers > > pushurl = ssh://git.code.sf.net/p/libdbi-drivers/libdbi-drivers > > >However, I can't find any trace of the web pages. I >used to have those in the cvs repositories as well, just to have them >version-controlled as well. Is there a way to make them available >through git without screwing up the sources proper? Now imported into (ssh|git)://git.code.sf.net/p/libdbi/libdbi-www (ssh|git)://git.code.sf.net/p/libdbi-drivers/libdbi-drivers-www |