Nils Ballmann

Results 3 issues of Nils Ballmann

I have based this on [my (tested) gist](https://gist.github.com/nils-ballmann/ce467beaf4d10b8fa3ad54baf1f8933b). But as [soldier_protonfixify](../blob/b65c42c833e6d046149e5a51ed0f85bc0a16c2b8/scripts/soldier_protonfixify#L11) seems to be broken with (at least) version `0.20220131.0` of soldier I'm not sure how to test. I tried...

It would be convenient if the checkout-method from the RemoteClient would be returning a LocalClient ready for use. This would change code like: remote_client = svn.remote.RemoteClient(url) remote_client.checkout(local_path) local_client = svn.local.LocalClient(local_path)...

I have observed that patch.py adds an extra newline at the end of the patched file even though the unified patch doesn't alter the line at all. I know it...