Daniel Evers
Daniel Evers
@lamerman Sorry, I should have explained my change: You're right, instead of copying the value inside the put function it is taken by-value, so the (potential) copy is moved to...
I understand, although I think adding another overload for put() that takes an rvalue makes the API more complicated than having a single by-value method (and may introduce ambiguity). Without...
The parent directory is already svn:ignore'd. I also added the link itself to Team / Ignore Resources, but this doesn't help either. I took a quick look at the recursive...
Thanks for the info, although that's sad to hear. We just switched from Subversive to Subclipse because they have an open bug that's waiting to be fixed and makes using...
@ablotz The code looks readable, and I can set up a test workspace, so this should be doable. I just need to figure out, what is called/used when. This might...
@markphip : I created a PR, any feedback is highly welcome!
Thanks. I share your concerns, it's additional checking for every file in the project. Some "caching" would be great, but cache invalidation is hard... Will try the build.
Also no problems so far. I'l set up a larger project to get a feeling for the performance.
I tested some more with an artificial "larger" project (>4000 files). Even with ~3000 changes, I didn't notice any kind of lag or delay. I'd happily use it. I did...