From: Justin Leung <jleung@redback.com>
To: Dana How <danahow@gmail.com>
Cc: Kevin Ballard <kevin@sb.org>,
git@vger.kernel.org, justin0927@hotmail.com
Subject: Re: Verilog/ASIC development support is insufficient in git , help!
Date: Mon, 12 May 2008 12:02:06 -0700 [thread overview]
Message-ID: <4828942E.2060803@redback.com> (raw)
In-Reply-To: <56b7f5510805112257u13252c71kda880fb3f3e43485@mail.gmail.com>
Hi Dana,
My best wishes to your family . having 6 surgeries is no joke.
I wish you have all recovered well .
Thanks for letting me know that I am not the crazy one to try to
implement git in asia :)
I believe that this tool is full of potential in our community.
All it takes would be just a minor tweak to fit our methodology .
in the mean time, while my team is still happy with cvs ,
due to the design habits (good or bads.. but they are used to the way it
is ) ,
probably svn and p4 are still the only logical choose ;
not that I m happy with these chooses though.
git will get there but i think no big hardware firm would like to be the
first to adopt to it ..
especially my managements would like to minimize risks .
Justin
Dana How wrote:
> Hi Justin,
>
> I was originally drawn to git for the exact reasons you identified in
> your 2nd email.
> Namely, it is extremely difficult in a p4-based environment to share
> intermediate work within a design team without pushing the work out to
> be visible by the entire team. "Inter-user design sync'ing" is exactly what
> I wanted. In its absence, we have made all references between files
> relative. This means you can flip over to someone else's netlist by changing
> one path (say to the top-level design file) to point into someone's private
> repository. That top-level file then includes everything else using paths
> relative to its own location, so you get the correct stuff automatically.
> Of course, you get tripped up all the time by stuff implicitly used and not
> named in the top-level file and its children...
>
> Now, it would be far better for this to be a lightweight branch in git, and
> then having people checkout this branch and use it. (Because, for example,
> while one person is pointing into another's tree, the latter can't change.)
> But p4 (and cvs) has trained everyone to think of branches as painful and
> for wizards only. Plus I am not personally interested in investing any time
> writing scripts on top of p4; the ideas I outlined in the previous paragraph
> were easier and almost as good as anything (easily) doable in p4
> (but not as good as lightweight branching).
>
> I agree with other responses to your email that you may want to think
> about writing simple wrapper scripts that add tags to checkins with some
> simple incrementing numeric part to keep your back-end people happy. Yet
> other responses were distracted by the linearity of your centralized/shared
> checkins: the inter-design sync'ing you want, and the lightweight branching
> it may imply, aren't necessarily incompatible with the linear main
> public history
> that most design teams expect (and which is unavoidable in design work
> containing lots of unmergeable files, such as layout design).
> So I don't necessarily think you would be happy with Subversion
> (I'm certainly not happy with p4).
>
> There are two other issues you may want to keep in mind. In our
> chip design activities, we have a lot of very large files (100MB to ~3GB),
> and the p4 repository has grown beyond 3TB. Now, this is simply
> a data set size region which is not used by the git developers. I think
> the git data model is fine for large projects and files (Linus mused otherwise
> a few weeks ago, but it seems fine to me), but due to lack of use,
> various details when handling large files/projects remain to be worked out
> and/or optimized as much as the rest of git. It is true since I
> started watching
> there have been a lot of important improvements in this area.
>
> Secondly, you may also want to discuss with your IT people (or whoever
> is responsible for back-up) how git packs/repacks repositories. Ours were
> very uncomfortable with the idea that the _entire_ repository has to get
> re-arranged frequently. I think they would have been much happier
> with an approach more similar to how Unix systems were backed up in the
> 80s: have a level-0 repack which repacks everything, a level-1 which repacks
> only stuff added since the last level-0, level-2 since level-1, etc.
> To do this would be a pretty straightforward change to git-repack.sh,
> probably using .keep files. In each level it is clear what needs to
> be backed up.
>
> Anyway, good luck! Many of the things you touched on, or which I
> mentioned above, have been (partially) implemented or at least
> discussed before,
> so your requests aren't crazy. Unfortunately, in my case, having 6 surgeries
> in my family in the last year has kept me from doing that much useful
> for git along these lines and thus I remain stuck with p4 for now.
>
next prev parent reply other threads:[~2008-05-12 19:03 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <EB66C79C87CF49E59CB39EA4C286AE05@justinuTop>
2008-05-11 5:08 ` Verilog/ASIC development support is insufficient in git , help! Justin Leung
2008-05-11 5:21 ` Kevin Ballard
2008-05-11 5:29 ` Justin Leung
2008-05-11 5:33 ` Kevin Ballard
2008-05-12 18:45 ` Justin Leung
2008-05-12 5:57 ` Dana How
2008-05-12 19:02 ` Justin Leung [this message]
2008-05-11 9:21 ` Christian MICHON
2008-05-12 18:51 ` Justin Leung
2008-05-11 9:23 ` Jakub Narebski
2008-05-12 23:09 ` Daniel Barkalow
[not found] <20080511172549.28205.qmail@science.horizon.com>
2008-05-12 18:54 ` Justin Leung
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=4828942E.2060803@redback.com \
--to=jleung@redback.com \
--cc=danahow@gmail.com \
--cc=git@vger.kernel.org \
--cc=justin0927@hotmail.com \
--cc=kevin@sb.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).