Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Nov 2003 12:19:19 +0100
From:      Patrick Atamaniuk <atamaniuk-ports@frobs.net>
To:        Oliver Eikemeier <eikemeier@fillmore-labs.com>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: portrookies for early adopters
Message-ID:  <20031116111941.GA84539@mail.webmonster.de>
In-Reply-To: <3FB6140F.1060200@fillmore-labs.com>
References:  <3FB60C9C.2050605@fillmore-labs.com> <m/KJv8yRsP@dmeyer.dinoex.sub.org> <3FB6140F.1060200@fillmore-labs.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello all,

Oliver Eikemeier(eikemeier@fillmore-labs.com)@2003.11.15 12:54:55 +0000:
[...]
> cvs add `find <portname> -name CVS -prune -o -type f -print`

 i am not sure if this works as it is meant to: 
cvs version 1.11.5
cvs info says: [File: cvs.info,  Node: Adding files]
----- snip ---
Unlike most other commands, the `add' command is not recursive.  You
cannot even type `cvs add foo/bar'!  Instead, you have to

     $ cd foo
     $ cvs add bar
----- snip ---

There are probably directories named `files' and `scripts' as well as the
<portname> itself.

cd <portname> && cvs add *
will work though for one directory level.

-- 
regards,
	Patrick Atamaniuk



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031116111941.GA84539>