I have requirements from a client for a code repository, or just a file repository, and I'm not sure that I can find one that matches. Here's what's needed:
A way to upload files directly, either with FTP or via browser. No git commands, etc. A way to search those files (filenames and text within files) from the browser A way to compare files (preferably between two folder roots and including all subfolders/files) from the browser
I think that's it. A bonus would be to upload a zip and be able to unzip it on the server, but that seems like a stretch.
Does something like this exist?