Re: (topgit question) deleting a dependency
From: Sitaram Chamarty <hidden>
Date: 2016-06-15 22:46:41
On 2009-04-28, Uwe Kleine-König [off-list ref] wrote:
On Tue, Apr 28, 2009 at 11:41:38AM +0200, martin f krafft wrote:quoted
also sprach Sitaram Chamarty [off-list ref] [2009.04.28.1049 +0200]: [...]quoted
I know "tg depend" only has the "add" subcommand right now, but is there a manual way of getting the effect of a hypothetical "tg depend remove"?No, not yet, see http://bugs.debian.org/505303 for further discussion on the issue.But note that you might get some problems after doing that. See http://thread.gmane.org/gmane.comp.version-control.git/116193/focus=116205
Hello Uwe,
This is a little beyond my comprehension :( However, this
is also why I am limiting myself to
- a single level of dependencies in tg, (master -->
multiple t/something --> t/all), and
- no changes of its own in t/all
When any of the t/something graduates to master, t/all will
be blown away (safe, since it has no changes of its own) and
a new t/all created with the new set of dependencies.
I'm pretty sure this will work -- you could say I'm using tg
to automate the "throw-away merge" work flow.
Thanks,
Sitaram