最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

tortoisesvn - Clean up .svn folder where files already downloaded - Stack Overflow

programmeradmin0浏览0评论

I have downloaded some mp4 files from my svn repo.

However these files are taking up too much disk space, do I deleted them.

SVN still gives me the option to revert the changes.

Is there any way to cleanup so that the revert option is not seen any more and the size of the svn folder reduces?

I have downloaded some mp4 files from my svn repo.

However these files are taking up too much disk space, do I deleted them.

SVN still gives me the option to revert the changes.

Is there any way to cleanup so that the revert option is not seen any more and the size of the svn folder reduces?

Share Improve this question asked Nov 19, 2024 at 9:30 Rishikesh RajeRishikesh Raje 8,6222 gold badges18 silver badges32 bronze badges 2
  • No, just delete the files from my local machine. Not from server. Currently my .svn folder is 90 GB and my actual files are 60 GB. I just want the .svn folder to be 60GB approx – Rishikesh Raje Commented Nov 19, 2024 at 9:47
  • 1 I see. Will delete the comment then... and let's wait for people more knowledgeable than me to show up and answer that. :-D – eftshift0 Commented Nov 19, 2024 at 9:57
Add a comment  | 

1 Answer 1

Reset to default 0

In future SVN 1.15 major update it's planned to add support for pristineless working copies (aka pristines-on-demand) that will make it possible to significantly reduce the disk space usage by the pristines .svn directory.

The content of the .svn directory is mandatory in the current versions of SVN. It contains unmodified versions of the files from your working tree so it corresponds to the size of your versioned files.

发布评论

评论列表(0)

  1. 暂无评论