Giter VIP home page Giter VIP logo

Comments (5)

vbatts avatar vbatts commented on June 5, 2024

example output

"cmd/gomtree/hierarchy_test.go": missing path
"README.md": unexpected path
"keywords_linux_test.go": unexpected path
".git/refs/tags/.travis.yml": missing path
"cmd/gomtree/mtree_test.go": missing path
"testdata/traversal/dir2/dir3/actualdir2/update.go": missing path
"glide.lock": unexpected path
"glide.yaml": unexpected path
"compare.go": unexpected path
".git/refs/tags/.vscode": missing path
"testdata/traversal/dir2/dir3/actualdir2/updatefuncs.go": missing path
"tar.go": unexpected path

from go-mtree.

vbatts avatar vbatts commented on June 5, 2024

https://github.com/vbatts/go-mtree/blob/master/testdata/source.casync-mtree is an example of the mtree output

from go-mtree.

cyphar avatar cyphar commented on June 5, 2024

After looking at this quite a bit, I've become convinced it's actually a casync bug -- they aren't generating mtree-compatible output. I've opened systemd/casync#167 with proposals for fixing it and examples of what happens. The simple trick of adding .. after each type=dir causes validation to work with gomtree, but FreeBSD mtree disallows / in node names and so we need to have a more complete solution.

from go-mtree.

cyphar avatar cyphar commented on June 5, 2024

Hmmm. I've looked at this again. While I was wrong to say the format is not valid, casync prints every entry as though it's a FullType but it will happily output directory entries that do not have / (which makes them relative and thus affects the current directory). However I think there's a separate issue in go-mtree (FullTypes are treated as being able to change the current directory, which doesn't match the "spec"). I also have a feeling we don't handle the spec-required behaviour of allowing more than one FullType to reference the same path...

from go-mtree.

cyphar avatar cyphar commented on June 5, 2024

systemd/casync#267 should fix the casync side, and #188 fixes the core issues with FullType though I still am not sure what we should do in the multiple-entries-for-the-same-path case. At the moment we just use the attributes of the last one but I'm not sure if that's the behaviour BSD expects (the "spec" doesn't tell us the correct behaviour, but I suspect our current behaviour is correct).

from go-mtree.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.