Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法让用户使用 asp.net Web 应用程序从 subversion 下载大文件。我们不想将 SVN 帐户提供给所有 Web 用户,但希望我们的站点能够从 SVN 提供文件,而无需将实际文件下载到运行 Web 应用程序的服务器。有没有办法可以实现这一点?
任何帮助是极大的赞赏。
谢谢,安娜
您可以预见一个 SVN 帐户并编写一个 ASP.NET 处理程序来将来自 svn 服务器的文件处理成一个内存文件(DotSVN 或类似的东西)并将其提供给用户以供下载。
您也可以看看 Mercurial Large Files Extension。