svn中各个文件夹的大小
我怎样才能单独找到svn中文件夹的大小。有没有办法限制文件夹的大小?假设我有 10 个文件夹,我可以限制它们的大小,以便使用它的人拥有有限的空间吗?
How can i find the size of the folders in svn individually. Is there a way to limit the size of the folders?Say in case I have 10 folders, can I limit their size so that people using it have a limited space?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想你的意思是在存储库内部?如果是这种情况,您将无法限制存储库内的大小。对此不存在任何机制。当然,您可以限制的是整个存储库的大小。
I assume you mean inside the repository? If this is the case you can't limit the size inside the repository. There do not exist any kind of mechanism for this. What you can limit of course is the size of the whole repository.