mirabilos

Results 379 comments of mirabilos

This might be due to plexus-io `ResourceFactory`… public static PlexusIoResource createResource( File f, String name, final ContentSupplier contentSupplier, InputStreamTransformer inputStreamTransformer, PlexusIoResourceAttributes attributes ) throws IOException { boolean symbolicLink = attributes.isSymbolicLink();...

I’m currently trying to implement this inside plexus-archiver in a configurable way (support both retention and resolution of symbolic links, as you said), but I have absolutely *no* idea how...

[My WIP branch on top of the 4.2.1 release](https://github.com/tarent/plexus-archiver/tree/plexus-archiver-4.2.1-follow-symlinks) (since that’s what the maven-source-plugin uses) now has this implemented, even extending the `ZipArchiverTest.testSymlinkFileSet()` case so it tests both retaining and...

Michael Osipov dixit: >You need to pass this through all layers. I guessed so. Right now, it’s available in the Archiver interface of plexus-archiver as of the current WIP. >All...

Plamen Totev dixit: >For me the topic of symlinks is at times quite confusing and hard to >follow (no pun intended). It would help if we write down the >requirements...

> And as you said, worst case there's the `recover` command. This doesn’t seem to be very useful except if you deleted just *one* snapshot. I just had a failed...

Replying to this help search from IRC: ``` 22:01 < emptty> Hello there, what's the common element between s390x, hppa, powerpc, ppc64 and sparc? 22:02 < emptty> I have a...

I don’t quite see there what you describe here regarding tags, but tagging all to-be-merged snapshots with a unique tag and then issuing a command to merge them into one...

Michael Eischer dixit: >> the merging is done server-side > >That won't work. rest-server is not able to read any data added to a >repository. Thus, it can also not...

Alexander Neumann dixit: >You're talking about different things: `rest-server` reads the repo >data and sends it to clients, but only what is stored on the disk, i.e. >the encrypted data....