On Sat, Mar 28, 2009 at 04:05:55PM +0000, Darren Salt wrote:
I demand that Antti Palosaari may or may not have written...
[snip]
[crope@localhost v4l-dvb]$ hg push ssh://anttip@linuxtv.org/hg/~anttip/af9015 pushing to ssh://anttip@linuxtv.org/hg/~anttip/af9015 searching for changes remote: abort: No space left on device [crope@localhost v4l-dvb]$ host linuxtv.org linuxtv.org has address 217.160.6.122
I removed 5-6 my old devel trees, still no space :o
Most likely off-topic on this list, but this was solved, see: http://www.mail-archive.com/linux-media@vger.kernel.org/msg03569.html
$ rm .hg/dirstate $ hg purge --all
Or better "hg update -C null".
That gets rid of the working tree but retains all of the data necessary for use in a repository in which no actual development work takes place. (The working tree can be recreated, if needed, with "hg update".)
"hg push" doesn't create a working tree at the destination, thus there's nothing to get rid of.
Johannes