On Tue, 26 Aug 2003, Shankar Unni wrote: > > Very perplexing to say the least! Does anyone have experience > > in accessing CVS over a VPN? We have a developer who called > > in from home saying he could not see all versions of a file > > in WinCVS. A colleague in the office looked in the same > > source tree and could see multiple branches where the guy at > > home could only see a single path from the trunk revision! > > What access method is he using? Pserver? Ntserver? Ssh (preferable)? Remote > disk mounts (God forbid!)?
It sounds as if the -b or -r <branch> parameters are being passed to cvs log to log the default branch, or the specified branch only. As a first diagnosis step, I'd have the guy cut and paste me, or read me the generated cvs command line from WinCVS's output window. _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
