Hello, * On Fri, Mar 06, 2009 at 07:32:41PM +0530 Sameer Oak wrote:
> I used following command to do that: > $ cvs commit -kb project2/images/1.png project2/lib/C/2.so > project2/libJava/test.jar You must use -kb on "cvs add", not on "cvs commit". > It didn't solve my problem. So I resorted to the former way. I first > committed without -kb switches. Later, I checked out the sources and > issued following command: > $ cvs admin -kb project2/images/1.png project2/lib/C/2.so > project2/libJava/test.jar > But still, it didn't solve my problem. > I am fighting to solve this problem for last 24 hours but no success > till this far. Did you do the checkin on Windows? In this case, the files are broken, and you cannot repair them. You must rebuild them and check them in again. You might also want to generate a cvswrappers file (cf. http://ximbiot.com/cvs/manual/cvs-1.11.23/cvs_18.html#SEC177). This way, you can ensure that whenever a file with a specific ending is added, -kb is assumed automatically. HTH, Spiro. -- Spiro R. Trikaliotis http://opencbm.sf.net/ http://www.trikaliotis.net/ http://www.viceteam.org/
