import binary file in cvs repository through java cvs import command

hi ,

I am using netbean api for cvs command.I am having the same problem that i am not able to open binary file after importing in cvs repository.

I want to import a directory which contain both text and binary file.

can you please hel me out to how to import a directory which contain binary files.

MY CODES

ImportCommand command = new ImportCommand();

command.setModule(module);

command.setLogMessage(comment);

command.setReleaseTag(releaseTag);

command.setImportDirectory(path);

client.setLocalPath(path);

command.setVendorTag(vendorTag);

Regards

ruchira

[643 byte] By [Jeet@Tiwaria] at [2007-11-26 15:54:56]
# 1
Please don't cross post http://forum.java.sun.com/thread.jspa?messageID=9455793
macrules2a at 2007-7-8 22:15:33 > top of Java-index,Java Essentials,Java Programming...