From: Nicolas Stroppa <nstroppa@computing.dcu.ie>
To: git@vger.kernel.org
Subject: git-svnimport and tags
Date: Fri, 13 Oct 2006 15:44:55 +0100 [thread overview]
Message-ID: <452FA667.1060003@computing.dcu.ie> (raw)
Hello,
A small report. (I am using cogito-0.18 and git 1.4.2.3.)
I have imported an SVN project using git-svnimport.
This project has several tags. Here is what I get with one the tags.
tricatel $ git-cat-file tag `cat .git/refs/tags/alanis-0.9.4`
object [...]
type commit
tag alanis-0.9.4
tagger nico <nico>
If I do the same thing on a git repository created from scratch, I get:
tricatel $ git-cat-file tag `cat .git/refs/tags/alanis-0.9.4`
object [...]
type commit
tag alanis-0.9.4
tagger nico <nico@[...]> 1160736694 +0100
The date information is missing in the first case, which confuses
cg-tag-show:
tricatel $ cg-tag-show alanis-0.9.4
[...]
cg-Xlib: line 215: nico <n (nic * 3600 + co> * 60):
syntax error in expression (error token is "(nic * 3600 + co> * 60)")
I don't know if cg-tag-show should be more robust or if the date
information should be in the tag.
Cheers,
nicolas
--
_____________________________________________________________
/
| Nicolas Stroppa - nstroppa@computing.dcu.ie - +353-1-7006912
| School of Computing, Dublin City University,
| Glasnevin, Dublin 9, Ireland.
| http://www.computing.dcu.ie/~nstroppa
\_____________________________________________________________
next reply other threads:[~2006-10-13 14:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-13 14:44 Nicolas Stroppa [this message]
2006-10-13 20:15 ` git-svnimport and tags Petr Baudis
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=452FA667.1060003@computing.dcu.ie \
--to=nstroppa@computing.dcu.ie \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).