I use mr update
at the path where multiple repositories are stored to update them en mass. But now some of the repos are CVS that require passwords. At the moment each time I run mr update
when it is the turn for mr to update a CVS repo, it prompts me to enter the password, only after me manually typing in the password, it proceeds to run CVS update
to it. How do I enable password-less update for them?
If you write a write a custom skip command for CVS something like this:
Then you can skip the CVS repos with a command like this:
That should still update unauthenticated CVS repos but skip authenticated ones.
x$MR_NO_AUTH
there? Why not just using a boolean flag?