Re: kde cvs help?
Rickard Holmberg <[email protected]>
| Newsgroups | gmane.comp.kde.darwin |
|---|---|
| Message-ID | <[email protected]> |
Try making your ~/.cvspass empty and running again cvs -d:pserver:[email protected]:/home/kde login cvs -d:pserver:[email protected]:/home/kde co <kdelibs-or-whatever> After you have done that, the appropriate line should have been added to .cvspass and you should be able to use cvs commands without specifying the -d option from within the checked-out subdirectories. If you want to make :pserver:[email protected]:/home/kde your default, add it to your environment, with export CVSROOT=:pserver:[email protected]:/home/kde in .bash_profile or setenv CVSROOT :pserver:[email protected]:/home/kde in .cshrc. /Rickard On Jan 4, 2004, at 20:06, Jon S wrote: > I have the proper information in the ~/.cvsrc file and .cvspass file > and the permissions on those files are correct. > When I run cvs login, i get : > [iBook-900:~] ratph1nk% cvs login > cvs login: No CVSROOT specified! Please use the `-d' option > cvs [login aborted]: or set the CVSROOT environment variable. > > Here is some 'more' output > [iBook-900:~] ratph1nk% more .cvsrc > cvs -z4 -q > diff -u3 -p > update -dP > checkout -P > > [iBook-900:~] ratph1nk% more .cvspass > CVSROOT=:pserver:[email protected]:/home/kde > > Any suggestions? > > Jon > > > On Jan 4, 2004, at 12:10 PM, Benjamin Reed wrote: > >> Keifer Miller wrote: >> >>> The instructions say to run >>> "cvs -z4 -q >>> diff -u3 -p >>> update -dP >>> checkout -P" >>> But when I do, get this >> >> You don't run them, you put them in your ~/.cvsrc >> >> >> -- >> Benjamin Reed a.k.a. Ranger Rick -- http://ranger.befunk.com/ >> gpg: 6401 D02A A35F 55E9 D7DD 71C5 52EF A366 D3F6 65FE >> "What's that word that's the EXACT opposite of scary?" "Tacos?" >> >> _______________________________________________ >> KDE-Darwin mailing list >> [email protected] >> http://www.opendarwin.org/mailman/listinfo/kde-darwin > > _______________________________________________ > KDE-Darwin mailing list > [email protected] > http://www.opendarwin.org/mailman/listinfo/kde-darwin