-
Type:
Task
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Fix Version/s: Initial Clearing
-
Component/s: None
-
Labels:None
I'm trying to add my gpg key to KEYS file in our svn repo but getting "No space left on device" error.
➜ svn co https://dist.apache.org/repos/dist/release/mesos release
A release/0.14.2
A release/0.14.2/mesos-0.14.2.tar.gz.asc
A release/0.14.2/mesos-0.14.2.tar.gz
A release/0.14.2/mesos-0.14.2.tar.gz.md5
A release/KEYS
Checked out revision 3985.
➜ cd release
➜ ls
0.14.2 KEYS
➜ head KEYS
➜ svn commit -m "Added Vinod Kone's gpg key."
svn: Commit failed (details follow):
svn: Can't create temporary file from template '/x1/svn/repos-dist/db/svn-XXXXXX': No space left on device
I'm guessing the error is on the server side because my local disk has ample space.
➜ df -h
Filesystem Size Used Avail Capacity iused ifree %iused Mounted on
/dev/disk1 476Gi 261Gi 214Gi 55% 68571865 56130444 55% /
devfs 186Ki 186Ki 0Bi 100% 644 0 100% /dev
map -hosts 0Bi 0Bi 0Bi 100% 0 0 100% /net
map auto_home 0Bi 0Bi 0Bi 100% 0 0 100% /home
➜ svn co https://dist.apache.org/repos/dist/release/mesos release
A release/0.14.2
A release/0.14.2/mesos-0.14.2.tar.gz.asc
A release/0.14.2/mesos-0.14.2.tar.gz
A release/0.14.2/mesos-0.14.2.tar.gz.md5
A release/KEYS
Checked out revision 3985.
➜ cd release
➜ ls
0.14.2 KEYS
➜ head KEYS
➜ svn commit -m "Added Vinod Kone's gpg key."
svn: Commit failed (details follow):
svn: Can't create temporary file from template '/x1/svn/repos-dist/db/svn-XXXXXX': No space left on device
I'm guessing the error is on the server side because my local disk has ample space.
➜ df -h
Filesystem Size Used Avail Capacity iused ifree %iused Mounted on
/dev/disk1 476Gi 261Gi 214Gi 55% 68571865 56130444 55% /
devfs 186Ki 186Ki 0Bi 100% 644 0 100% /dev
map -hosts 0Bi 0Bi 0Bi 100% 0 0 100% /net
map auto_home 0Bi 0Bi 0Bi 100% 0 0 100% /home