How to change username/password in TortoiseCVS

Arnab Das picture Arnab Das · Jul 8, 2011 · Viewed 10k times · Source

Previously I had no username and password for my local Tortoise CVS repository. I used another one's. Now I have a username and password for me.

How do I get TortoiseCVS to let me enter the new username/password?

Thanks in advance.

Answer

Carlos Verdes picture Carlos Verdes · Dec 16, 2011

Go to first CVS folder, open Root file and add the user@ before the domain.

For example:

:pserver:yourcvsServer:/cvsroot/public

should be changed with:

:pserver:yourUsername@yourcvsServer:/cvsroot/public