CVS client without password prompt
A very little tip for very fast people 🙂
If, like me, you need to make a lot of CVS nighly update, sure you need to create a cron job with a simply bash script.
If you use cvs -d :pserver:[email protected] you’ll asked for a password !!!
DAMN #@#@#²³¼@¹²#@ 🙁
If you want to really really really automate this operation, you simply use
cvs -d :pserver:anonymous:@yourserver !!!
So remote CVS server think you’re using a blank password 😉
Enjoy,
Salvatore