Re: about imports and cvs update
Harry Putnam <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.general |
|---|---|
| Organization | Still searching... |
| Message-ID | <[email protected]> |
Michael Haggerty <[email protected]> writes: > "cvs add" is not recursive, but it's trivial anyway with a shell command > or two; something like > > find new-subdir -name CVS -prune -o -print | xargs cvs add > > should do the trick. Anyway, you might want a little human interaction > anyway to make sure, for example, that binary files are marked as such > and unnecessary junk does not get added to the repository. Thanks... that looks helpful.