nocache in SOS GUI Client
Moderator: SourceGear
nocache in SOS GUI Client
Hi,
How can I set in SOS GUI Client to stop caching files. I know it is possible in soscmd.exe if you set -nocache parameter instead SOSHome during checking out files.
Thanks.
How can I set in SOS GUI Client to stop caching files. I know it is possible in soscmd.exe if you set -nocache parameter instead SOSHome during checking out files.
Thanks.
nocache in SOS GUI Client
The real problem is that if somebody checked in Directory (not as urgency for files) into repository, and after this somebody else will checkout src from repository, files from checked in Directory will not be get until you are not refresh project tree.
Sorry for tangled description.
Sorry for tangled description.
I understand -- when someone adds a project, you don't see that project in your SOS Client until you refresh the Project Tree.
There is no easy solution for this. One of the reasons SOS is so much faster than VSS over the Internet is because the Project Tree is cached. Refreshing the project tree over the Internet is very slow and can cause a big performance hit if it is done frequently. That's why there is no automatic refresh -- refreshing the project tree is a manual operation.
Perhaps your team can communicate with each other when they add a project, or you could refresh the project tree manually from time to time.
There is no easy solution for this. One of the reasons SOS is so much faster than VSS over the Internet is because the Project Tree is cached. Refreshing the project tree over the Internet is very slow and can cause a big performance hit if it is done frequently. That's why there is no automatic refresh -- refreshing the project tree is a manual operation.
Perhaps your team can communicate with each other when they add a project, or you could refresh the project tree manually from time to time.
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager
nocache in SOS GUI Client
Thanks Sky! It's a good idea.