Fwd: node blocked by blocked parent
J Decker <[email protected]> Wed, 1 Jun 2016 09:46:08 -0700
| Newsgroups | gmane.comp.version-control.monotone.devel |
|---|---|
| Message-ID | <CAA2GJqXB72e2J9=xU1V3O0fx+F=+oifNmLoeGP5KDU=RR8QpLw@mail.gmail.com> |
On Wed, Jun 1, 2016 at 12:05 AM, Markus Wanner <[email protected]> wrote: > On 06/01/2016 02:45 AM, J Decker wrote: >> mtn.EXE: warning: attach node 2147484550 blocked by blocked parent >> 'Voxelarium.2/src/voxels' >> mtn.EXE: warning: attach node 2147484551 blocked by blocked parent >> 'Voxelarium.2/src/voxels' >> mtn.EXE: warning: attach node 2147484552 blocked by blocked parent >> 'Voxelarium.2/src/voxels' > > Well, what's blocking the parent? These are just subsequent errors > (which the UI could and probably should better collect and combine into > one, but...) > I have a repository that is tracked in git and in monotone. I was updating monotone and added two trees; three.js(187 files) and some data in src/voxels/VOxelInfo_[1-250].txt (okay it's only 437 some files not thousands) all the conflicts are exactly the same; directories are directories, files are files, and the content of files is the same. The easier solution was to do mtn heads, take the current revision, stuff it in _mtn/revision as old revision and mtn revert --missing into it; then subsequent reverts for those things which updated; some things had changes in progress; but all of THOSE things already existed in the repository. (not so easy really) ---- So to reiterate... start a repo in monotone start same repo in something else (mercurial/git/...) add same files files to both update on another computer/directory from other repo update on another computer/directory from monotone >> why not an option 'merge into existing' or 'do nothing if already the same' > > We had discussions about merging nodes or "stitching". But merge > semantics for things like that are far from trivial... > > I agree this is not an optimal solution. > > Kind Regards > > Markus Wanner > >