[EMAIL PROTECTED] writes: > > When import a repository, CVS aborted with signal 11. What should I look into?
That typically means that CVS (usually the server, if you're using a client/server mode) has run out of (virtual) memory. Check your process and system memory limits and the amount of swap space you have available. Consider whether you really want to store very large (probably binary) files in a system that's intended for source code management. -Larry Jones It's not denial. I'm just very selective about the reality I accept. -- Calvin _______________________________________________ Bug-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/bug-cvs
