When attempting to refresh or read a module with large files (15*2Meg + 2*15Meg), TkCVS hangs for a very long time (using SSH to a remote repository).
This seems to be because of the [getFiles] command on all the large files in the module.
I guess the workaround for now is to disable the [getFiles] command when doing the initial read or refresh of the directory, and only doing a [getFiles] for individual comparisons.
Can this be done?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You can un-check "Automatic Directory Status" in the Options menu, and then at least it won't access the repository every time you do something. "cvs -status" is the only way I know of to get the status of the files, though, so it has to be done once.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When attempting to refresh or read a module with large files (15*2Meg + 2*15Meg), TkCVS hangs for a very long time (using SSH to a remote repository).
This seems to be because of the [getFiles] command on all the large files in the module.
I guess the workaround for now is to disable the [getFiles] command when doing the initial read or refresh of the directory, and only doing a [getFiles] for individual comparisons.
Can this be done?
You can un-check "Automatic Directory Status" in the Options menu, and then at least it won't access the repository every time you do something. "cvs -status" is the only way I know of to get the status of the files, though, so it has to be done once.