info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cvs add-ing large source tree


From: Jate Sujjavanich
Subject: cvs add-ing large source tree
Date: Wed, 20 Apr 2005 17:41:54 -0400

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]