Vincent Batts

Results 245 comments of Vincent Batts

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...

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

why closed? On Mon, Jul 25, 2016 at 10:27 PM, Stephen Chung [email protected] wrote: > Closed #40 https://github.com/vbatts/go-mtree/issues/40. > > — > You are receiving this because you are subscribed...

sure thing. It's a good thing to implement these keywords. Though having them be included in the default set may not be needed. Especially ones like `nlink`, as technology like...

oh i see. yeah, keeping track of hardlinks in tar archives is more work

I've just stubbed `flags`, but we can hold on these still.

@paultag > It's for some experimental work on the .deb format - I'm generating ima signatures and putting those into the control member as an mtree to test out some...

@paultag ok. That is what I was generally thinking, where position, parent, next and prev are not hard required but rather just used as available. You may want to set...