jar/exe files

2002-10-04 Thread Gunjan_Gupta
I’ve been trying to import some jar and exe files in the cvs repository and the jar files are not getting imported correctly(the files that were close to 1.5 M) show up as 1K files. And the exe files don’t show up at all. Is there a special switch/flag I need to use for jar files?

cvs wrappers

2002-10-04 Thread Gunjan_Gupta
Hello I’m fairly new to cvs puhleez help me out here. I have the following entries in my cvswrappers file *.gif -k 'b' *.exe -k 'b' *.jar -k 'b' *.dll -k 'b' *.obj -k 'b' *.zip –k ‘b’ but when I import the files all the files are imported except .exe files the .ex

RE: jar/exe files

2002-10-04 Thread Gunjan_Gupta
I have the following entries in my cvswrappers file *.gif -k 'b' *.exe -k 'b' *.jar -k 'b' *.dll -k 'b' *.obj -k 'b' *.zip -k 'b' but when I import the files all the files are imported except .exe files the .exe files have 'I' in front of them for command output but when I explicitly use t

cvs update

2002-10-07 Thread Gunjan_Gupta
I get the following error when I try to update my local directory Cvs[update aborted]: cannot rename file .new.delludf.jar to delludf.jar: No such file or directory. Is this because of the .jar extension? Gunjan    

cvs update

2002-10-07 Thread Gunjan_Gupta
I get the following error when I try to update my local directory Cvs[update aborted]: cannot rename file .new.delludf.jar to delludf.jar: No such file or directory. Is this because of the .jar extension? Gunjan  

RE: cvs update

2002-10-07 Thread Gunjan_Gupta
The platform is windowsNT. It's a client server mode and I'm using cvsnt_1.11.1.3. I have some jar files that need to be updated so on the server side I've added the .jar extension to the .cvswrapper file. And then I import the file using jcvs. But I think somehow the files got corrupted cos I ca

multiple servers

2002-10-08 Thread Gunjan_Gupta
I want to maintain my cvs repository in multiple servers and then the client to pick a ramdom server and get the update from there. Will the patch operation work if the first update was from a different server and the next one is from different server? Also Will the files be updated even