[nmglug] bash script question,
Ed Brown
ebrown at lanl.gov
Mon Mar 21 11:58:38 PST 2005
Here's an answer to your original question anyway. It looks like you
CAN include the password in the login command with this syntax (from
'info cvs'):
cvs -d :pserver:bach:p4ss30rd at faun.example.org:/usr/local/cvsroot login
That is, I guess you could try adding a colon after 'anonymous', to
indicate an empty field for the password before the '@'.
But, sounds like a moot point now...
-Ed
On Mon, 2005-03-21 at 11:59, Andres Paglayan wrote:
> I was assuming that sourceforge requires anonymous login but it seems
> that I can update straight without login in first
> thank you,
>
> Ed Brown wrote:
>
> >Is it necessary for your script to actually login? You can probably do
> >check outs, or updates, for example, without doing the login first.
> >
> >Otherwise, if you have to do interactive stuff from a script, look into
> >the 'script' utility, which can automate login dialogs etc.
> >
> >-Ed
> >
> >
> >On Mon, 2005-03-21 at 11:20, Andres Paglayan wrote:
> >
> >
> >>Question,
> >>
> >>I have a bash script that makes an anonymous login to sourceforge's cvs,
> >>but, I want it to be 100% automatic.
> >>I am not sure if it's a CVS or a scripting question
> >>
> >>at login time, after this line,
> >>cvs -d:pserver:anonymous at cvs.sourceforge.net:/cvsroot/project login
> >>the cvs server prompts for a password, which is blank for anonymous,
> >>
> >>how can I enter that blank password from the script so it doesn't prompt
> >>the user?
> >>
> >>Many thanks,
> >>Andres
> >>
> >>
> >>_______________________________________________
> >>nmglug mailing list
> >>nmglug at nmglug.org
> >>http://www.nmglug.org/mailman/listinfo/nmglug
> >>
> >>
> >
> >
> >_______________________________________________
> >nmglug mailing list
> >nmglug at nmglug.org
> >http://www.nmglug.org/mailman/listinfo/nmglug
> >
> >
> >
> >
>
>
> _______________________________________________
> nmglug mailing list
> nmglug at nmglug.org
> http://www.nmglug.org/mailman/listinfo/nmglug
More information about the nmglug
mailing list