Re: CVS INIT

2003-01-15 Thread John Mills
Jack -

CVS needs to know where the root of its repository of files is.

On Tue, 14 Jan 2003, Jack B. Thompson wrote:

> I could use a little help on this one,  Trying to run cvs for first time and 
> all I get is the following ,
> 
> !ThompsonToys# cvs (what I entered at command prompt)
> 
> (RESPONSE)
> 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
> 
> ThompsonToys# cvs login
> cvs login: No CVSROOT specified!  Please use the `-d' option
> cvs [login aborted]: or set the CVSROOT environment variable.

You can define the environmental 'CVSROOT' for your login shell, and/or
override that definion when you invoke CVS. For 'ordinary' user access to
a local repository:
 $ cvs -d   

If you're working to a remote server the syntax is a bit different - check
with the CVS manager and read the 'Cederqvist' document at
'www.cvshome.org' for the full story. If you're setting up the server, you
will become _very_ familiar with this comprehensive, but not very 
tutorial, document.

Note one of the oddities of CVS is that commands are parsed in order, and
in particular there is another use of the '-d' operator if it comes after
the  entry. That's not what's biting you here, however.

> I can usually get most things up and running after a bit of dappling,,This one 
> has me most flustered,and could use a nudge in the right direction,,Any 
> insights apprecited  Thanks ,jbt

HTH.
 - John Mills


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: CVS INIT

2003-01-14 Thread Daxbert
> I could use a little help on this one,  
> Trying to run cvs for first time and 
> all I get is the following ,
> 
> !ThompsonToys# cvs (what I entered at command prompt)
> 
> (RESPONSE)
> Usage: cvs [cvs-options] command [command-options-and-arguments]
>   where cvs-options are -q, -n, etc.
> ...
> ThompsonToys# cvs login
> cvs login: No CVSROOT specified!  Please use the `-d' option
> cvs [login aborted]: or set the CVSROOT environment variable.
> 

check this link...

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/anoncvs.html




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: CVS INIT

2003-01-14 Thread Adam Weinberger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

>> (01.14.2003 @ 2205 PST): Jack B. Thompson said, in 1.1K: <<
> I could use a little help on this one,  Trying to run cvs for first time and 
> all I get is the following ,
> 
> !ThompsonToys# cvs (what I entered at command prompt)
> 
> Usage: cvs [cvs-options] command [command-options-and-arguments]
> 
> ThompsonToys# cvs login
> cvs login: No CVSROOT specified!  Please use the `-d' option
> cvs [login aborted]: or set the CVSROOT environment variable.
> 
> I can usually get most things up and running after a bit of dappling,,This one 
> has me most flustered,and could use a nudge in the right direction,,Any 
> insights apprecited  Thanks ,jbt
>> end of "CVS   INIT" from Jack B. Thompson <<

What exactly is it that you're trying to do? A this point, you've opened
the car door, sat down, and asked, "Why haven't I arrived yet?"

# Adam


- --
Adam Weinberger
vectors.cx  >>  [EMAIL PROTECTED]
FreeBSD.org <<  [EMAIL PROTECTED]
Bayer Berkeley  >>  [EMAIL PROTECTED]
#vim:set ts=8: 8-char tabs prevent tooth decay.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (FreeBSD)

iD8DBQE+JPtQo8KM2ULHQ/0RAkNmAJ4wBJtaPOkNc+6yn1IfQ+WBUkjZIwCeOc0S
in6x2iT3i5Ngefiz737GmqM=
=YvjL
-END PGP SIGNATURE-

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



CVS INIT

2003-01-14 Thread Jack B. Thompson
I could use a little help on this one,  Trying to run cvs for first time and 
all I get is the following ,

!ThompsonToys# cvs (what I entered at command prompt)

(RESPONSE)
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

ThompsonToys# cvs login
cvs login: No CVSROOT specified!  Please use the `-d' option
cvs [login aborted]: or set the CVSROOT environment variable.

I can usually get most things up and running after a bit of dappling,,This one 
has me most flustered,and could use a nudge in the right direction,,Any 
insights apprecited  Thanks ,jbt

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message