Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

SQL-Statement

1 view
Skip to first unread message

H.Merijn Brand

unread,
Apr 18, 2013, 11:17:43 AM4/18/13
to Jens Rehsack, DBI Developers Mailing List
On request from Jens:

$ git clone github.com:perl5-dbi/dbi.git SQL-Statement

is now a full copy of https://github.com/rehsack/SQL-Statement
The new location does NOT know about the old, as it can now be
used as the new decisive source: that is up to Jens.

Enjoy!

--
H.Merijn Brand http://tux.nl Perl Monger http://amsterdam.pm.org/
using perl5.00307 .. 5.17 porting perl5 on HP-UX, AIX, and openSUSE
http://mirrors.develooper.com/hpux/ http://www.test-smoke.org/
http://qa.perl.org http://www.goldmark.org/jeff/stupid-disclaimers/

Jens Rehsack

unread,
Apr 19, 2013, 5:05:06 AM4/19/13
to H.Merijn Brand, DBI Developers Mailing List
On 18.04.13 17:17, H.Merijn Brand wrote:
> On request from Jens:
>
> $ git clone github.com:perl5-dbi/dbi.git SQL-Statement
>
> is now a full copy of https://github.com/rehsack/SQL-Statement

$ pwd
/tmp/SQL-Statement
$ git push --tags
Everything up-to-date
$ git branch -a
* master
remotes/origin/master
remotes/tags/1.16_01
remotes/tags/1.16_02
remotes/tags/1.16_04
remotes/tags/1.17
remotes/tags/1.18_01
remotes/tags/1.18_02
remotes/tags/1.20
remotes/tags/1.21
remotes/tags/1.21_1
remotes/tags/1.21_2
remotes/tags/1.21_3
remotes/tags/1.21_4
remotes/tags/1.21_6
remotes/tags/1.21_8
remotes/tags/1.22
remotes/tags/1.23
remotes/tags/1.24
remotes/tags/1.25
remotes/tags/1.26
remotes/tags/1.27
remotes/tags/1.27_01
remotes/tags/1.28
remotes/tags/1.29
remotes/tags/1.30
remotes/tags/1.31
remotes/tags/1.32
remotes/tags/1.33
remotes/tags/1.400_001
remotes/tags/1.400_002
remotes/tags/1.400_003
remotes/tags/1.401
remotes/tags/1.402
remotes/trunk
$

$ cd -
/data/Projects/OSS/SQL-Statement
$ git branch -a
* master
remotes/origin/HEAD -> origin/master
remotes/origin/master
$ git tag -l
$

Looks not so full as I would had expected :/

Well, even if the original svn clone marks some tags as
branches, thery're identified. Is it possible to move that
to the perl5-dbi clone?

> The new location does NOT know about the old, as it can now be
> used as the new decisive source: that is up to Jens.
>
> Enjoy!

Regarding the statement from Tim, that he'd prefer to gather the
dbi related stuff into that orga (perl5-dbi) and I prefer that,
too - I hereby declare that in not to distant future
github.com:perl5-dbi/SQL-Statement.git will be the decisive
source.

Cheers
--
Jens Rehsack

H.Merijn Brand

unread,
Apr 20, 2013, 3:36:30 AM4/20/13
to dbi...@perl.org
On Fri, 19 Apr 2013 11:05:06 +0200, Jens Rehsack <reh...@gmail.com>
wrote:

> On 18.04.13 17:17, H.Merijn Brand wrote:
> > On request from Jens:
> >
> > $ git clone github.com:perl5-dbi/dbi.git SQL-Statement
> >
> > is now a full copy of https://github.com/rehsack/SQL-Statement
>
> $ pwd
> /tmp/SQL-Statement
> $ git push --tags
> Everything up-to-date
> $ git branch -a

In that repo:

$ git branch -a
* master
remotes/origin/HEAD -> origin/master
remotes/origin/master

You did not push the tags. Pushing tags is off by default.
As my SS-svn doesn't have these branches, I cannot identify the tags

If you push that repo again with tags, I'll move them over to the new
repo

$ git push --tags
0 new messages