I am trying to work with a file which is around 1GB. This file is constantly made changes to and committed to the repository and updated frequently by other users. And this file will only get bigger in the days to come.
The problem is it takes a long time to commit or update the file since its 1GB. I looked up about CVS file size limit and found very little information and that it had something to do with swap memory.
Is there a work around for this ? What would be the best possible solution to make files move around faster? Is it something to do with swap space or CVS configuration ?
Any help/suggestion/directions is much appreciated.