开发者

What does this mean in SVN? - Error writing to '.'

开发者 https://www.devze.com 2022-12-14 04:14 出处:网络
svn up svn: Error writing to \'.\' svn: Can\'t write to file \'.svn/开发者_StackOverflow中文版tmp/entries\': No space left on device
svn up
svn: Error writing to '.'
svn: Can't write to file '.svn/开发者_StackOverflow中文版tmp/entries': No space left on device

If my box is out of hard drive space, that is impossible, because it has 620GB of HD.


You probably don't have space on the disk where is the svn tree. What is output of df . in that directory?


Maybe your hard disk is partitioned. Check the partition that svn is trying to write on for the amount of available space.

If you are 100% sure you have space left, try quota to see whether you have exceeded the quota for your user account.


That may be, but how is your drive partitioned and what folders mount where on your paratitions. Do a "df -h" at the command line to see... and then decide.

0

精彩评论

暂无评论...
验证码 换一张
取 消