Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
> I don't really understand why you and your supplier cannot share the > same CVS server. I think that you are imaging the shortcomings of > other version control tools onto CVS and then you think you have to > solve a problem that is not even there! The problem with performance is not so much ci/co but more diff etc. The line to the provider is very thin, and also oneway. (we can not dial in at the provider, but they can dial at us). So because of performace reasons, the repo should be at the provider. But we also want to access the repo, but can not dial in there. So what to do ? I can only think of: repo a the provider and mirror this to us, so that we have a read-only copy of the repository. The problem then comes when WE want to do checkins, because the repo is not write accessible. (because of the dial restriction). So I have to solve a problem that is really there ! ;-) any idea ? kind regards, Bernhard.