[Monotone-devel] invariant failure: fetching nonexistent entry from children

2006-11-02 Thread Neil Conway
I encountered the following using Monotone 0.30: $ cd $HOME/queens/cisc499/proposal # $HOME/queens is managed by mtn $ mtn add Makefile proposal.tex mtn: adding 2006/cisc499 to workspace manifest mtn: adding 2006/cisc499/proposal to workspace manifest mtn: adding 2006/cisc499/proposal/Makefile

Re: [Monotone-devel] invariant failure: fetching nonexistent entry from children

2006-11-02 Thread Brian May
I added the CWD as I was getting confused with all these cd operations. Neil == Neil Conway [EMAIL PROTECTED] writes: Neil I encountered the following using Monotone 0.30: Neil $ cd $HOME/queens/cisc499/proposal # $HOME/queens is managed by mtn $HOME/queens/cisc499/proposal (sure this

Re: [Monotone-devel] invariant failure: fetching nonexistent entry from children

2006-11-02 Thread Neil Conway
On Fri, 2006-11-03 at 09:07 +1100, Brian May wrote: Was $HOME/queens/cisc499 [...] added to the repository? Yes. Why does the first line say: Neil mtn: adding 2006/cisc499 to workspace manifest My apologies: I should have mentioned that $HOME/queens is a symlink to $HOME/school/2006.

Re: [Monotone-devel] invariant failure: fetching nonexistent entry from children

2006-11-02 Thread Brian May
Neil == Neil Conway [EMAIL PROTECTED] writes: Neil My apologies: I should have mentioned that $HOME/queens is a symlink to Neil $HOME/school/2006. Everything under $HOME/school is managed by monotone. To me it looks almost as if monotone hasn't really added 2006/cisc499 despite it

Re: [Monotone-devel] invariant failure: fetching nonexistent entry from children

2006-11-02 Thread Timothy Brownawell
On Fri, 2006-11-03 at 09:07 +1100, Brian May wrote: $HOME/queens/cisc499/papers Neil $ mtn diff . Neil mtn: warning: restriction excludes addition of '2006/cisc499' but Neil includes addition of '2006/cisc499/papers' Yeah, restrictions aren't perfect yet. You're telling to

Re: [Monotone-devel] invariant failure: fetching nonexistent entry from children

2006-11-02 Thread Brian May
Timothy == Timothy Brownawell Timothy writes: Neil $ mtn diff . Neil mtn: warning: restriction excludes addition of '2006/cisc499' but Neil includes addition of '2006/cisc499/papers' Timothy Yeah, restrictions aren't perfect yet. You're telling to ignore anything Timothy

Re: [Monotone-devel] invariant failure: fetching nonexistent entry from children

2006-11-02 Thread Nathaniel Smith
On Thu, Nov 02, 2006 at 06:39:15PM -0600, Timothy Brownawell wrote: This is the result of those warnings. (Why are they warnings instead of errors?) I believe that it is because errors are always fatal. So the code was written to try and find all of the problems up front, print them as