Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 100547 - cvs only works with -f
Summary: cvs only works with -f
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Maintainers for cvs, and cvs related tools (the version control system) [OBSOLETE]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-27 23:16 UTC by Ingmar Schuster
Modified: 2005-08-03 11:03 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ingmar Schuster 2005-07-27 23:16:09 UTC
cvs doesn't even login without using the -f option; I don't see in the manpage
that -f should be used while login - also -f seems to be needed on gentoo only.

Reproducible: Always
Steps to Reproduce:
1.cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/gimp-sharp login
Actual Results:  
cvs: invalid option -- l
Usage: cvs [cvs-options] command [command-options-and-arguments]
  where cvs-options are -q, -n, etc.
    (specify --help-options for a list of options)
  where command is add, admin, etc.
    (specify --help-commands for a list of commands
     or --help-synonyms for a list of command synonyms)
  where command-options-and-arguments depend on the specific command
    (specify -H followed by a command name for command-specific help)
  Specify --help to receive this message

The Concurrent Versions System (CVS) is a tool for version control.
For CVS updates and additional information, see
    the CVS home page at http://www.cvshome.org/ or
    the CVSNT home page at http://www.cvsnt.org/

Expected Results:  
Ask for a password.

Everything works when using "cvs -f -d:pserver:[...]"
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2005-07-28 01:04:10 UTC
check your ~/.cvsrc

as the command you provided works perfectly for me.

also provide your emerge info and the output from 'emerge -pv cvs'
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-08-03 11:03:47 UTC
No response from user...