[cvsnt] SSPI stopped working -- how to troubleshoot
Andreas Krey
a.krey at gmx.de
Wed Nov 21 19:52:51 GMT 2007
On Wed, 21 Nov 2007 10:04:28 +0000, Garyl Erickson wrote:
...
> Changing the environment variable or using the command line switch would
> be so much simpler, especially if there was an option to update the
> CVS\Root file.
find . -name Root | grep '/CVS/Root$' | while read fn; do
echo :pserver:me at localhost:/cvs >"$fn"; done
Shorter than the complaint. Now, if there weren't the \.
Andreas
More information about the cvsnt
mailing list