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 - Binary support for version control
Summary: Binary support for version control
Status: VERIFIED INVALID
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscvs (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-06-01 07:11 UTC by Jakub Dadak
Modified: 2001-07-20 20:11 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.