On Aug 9, 2007, at 9:46 PM, Jim Razmus wrote:
* Mackan <[EMAIL PROTECTED]> [070809 14:13]:
Hi,
# cd /usr/src && cvs -q up -rOPENBSD_4_1 -Pd
can't create temporary directory /tmp/cvs-serv19063
No space left on device
I think that is an issue on the server.
Here's an alternative that eases the burden on the server and
speeds up
your local operations. Try using cvsync to get and maintain your own
copy of the repository. Then do your cvs co and cvs up operations
against it.
If your sending back patches based on changes in your cvs tree,
just be
sure to #> cvs -d [EMAIL PROTECTED]:/cvs diff .... to create
your patches.
HTH,
Jim
Thanks, I never thought of that the "no space left" message was from the
server side. It isn't obvious.
Mackan