Reputation: 123
We have an SVN server configured to be able to distribute files/folders to the field via a C# application that simply performs a checkout every 2 hours to check for new items.
I think this is overkill and was wondering if there's a better solution for this with user/password protection. Also preferable, something that can show progress bar of downloads as SVN is unable to do this and you have no idea how much is left to download. The size of our repo is approx 5 GB.
Currently we use VisualSVN Server to setup the repo, TortoiseSVN to commit any changes to new files or folders we create/update and the C# app is using SharpSVN on the client PC to look and download changes.
Upvotes: 0
Views: 90