This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 12544

Summary: Binary support for version control
Product: obsolete Reporter: Jakub Dadak <jdadak>
Component: vcscvsAssignee: issues@obsolete <issues>
Status: VERIFIED INVALID    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: ENHANCEMENT Exception Reporter:

Description Jakub Dadak 2001-06-01 07:11:20 UTC
It'll be very good to have suport for binary files with CVS in NB IDE because if
somebody working on webapplication, it;s not comfortable working with images
by hand.
Comment 1 Jiri Kovalsky 2001-06-01 09:15:47 UTC
This has already been implemented in vcscvs module. You can handle binary files 
this way:
1. Turn on "Advanced Options" property of CVS filesystem.
2. "CVS|Add" on your binary file. Complex "adding" dialog comes up.
3. Select "Binary (-kb)" flag as "Keyword Substitution", type in description and
   push "OK" button.
4. Turn off "Advanced Options" property of CVS filesystem.
5. "CVS|Commit" will create the first revision and the rest is up to you ... :-)
Enjoy !
Comment 2 Jiri Kovalsky 2001-06-11 15:29:21 UTC
Submitter is quite satisfied, I have talked to him personally .. :-) Verified as
invalid.