otac0n / WebGitNet

WebGit .NET is an ASP.NET MVC app that provides access to your git repositories over HTTP. It supports browsing in a web browser AND push / pull over Git's "Smart HTTP protocol".
zlib License
133 stars 62 forks source link

When using Subgit (Synchronisation between Git and Subversion) the commi... #80

Closed lbroekhuizen closed 9 years ago

lbroekhuizen commented 9 years ago

...t took long and the SVN refs where visible.

Added SVN as reftype to prevent error. Added check for end of stream to prevent long wait for replication to subversion.

lbroekhuizen commented 9 years ago

Hi.

We use git and SVN, in between we use Subgit. Because of this there where some small issues which I solved. Hopefully they are interesting to you.

Regards, Leon

otac0n commented 9 years ago

This seems like a very special-use feature. I don't think that this should make it's way into master. Of course, feel free to keep it in your fork.

If you would like to open a separate pull request for the Copy-Local and the Array.Copy, I'd be happy to pull those changes in.