Re: Moving DBI to github - and the perl5-dbi organization
Jens Rehsack <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.sybase.devel |
|---|---|
| Message-ID | <[email protected]> |
On 05.04.13 08:13, H.Merijn Brand wrote: > On Fri, 5 Apr 2013 00:20:52 +0100, Tim Bunce <[email protected]> > wrote: > >> The new git repo is up at https://github.com/perl5-dbi/dbi > > There are no branches in this repo. > > DBI-git > git branch -a > * master > remotes/origin/HEAD -> origin/master > remotes/origin/master > > vs > > DBI-svn > git branch -a > DBI > * master > sqlengine > remotes/git-svn > remotes/sqlengine > > did you leave out the sqlengine branch on purpose? If we need a one, we should add it back. Currently I'd suggest to do new development in a new branch and commit merged branch on successful run of the test suite. Last time I forgot to merge a commit to sqlengine branch committed by mje fixing an issue, because I had open (unstable/in development) changes in the sqlengine branch. Now we have git, branching and merging should be cheaper and easier (if not, you all will be blamed :P) - let us use it ... Cheers -- Jens Rehsack