I am having trouble "cvs add"-ing a very large source tree (500mb). I
take the following steps:

1) create a blank module by importing an empty directory
2) check out the empty module into my source root
3) do a find . /( -type d -name "CVS" -prune  \) -o \( -type d \) |
xargs cvs add
4) do a find . /( -type d -name "CVS" -prune  \) -o \( -type f \) |
xargs cvs add
5) do a find . /( -type d -name "CVS" -prune  \) -o \( -type f \) |
xargs cvs commit -m "msg"

The result is incomplete. I can go through add and commit again, but
some files are still missing. What might be going wrong?

- Jate S.


_______________________________________________
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs

Reply via email to