portrookies for early adopters

Patrick Atamaniuk atamaniuk-ports at frobs.net
Sun Nov 16 03:19:23 PST 2003


Hello all,

Oliver Eikemeier(eikemeier at 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


More information about the freebsd-ports mailing list