CVS client without password prompt
Posted on | aprile 14, 2008 | No Comments
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:anonymous@yourserver 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
Comments
Leave a Reply


