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 65668 - Import requires server side binary files configuration
Summary: Import requires server side binary files configuration
Status: RESOLVED DUPLICATE of bug 61782
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 5.x
Hardware: All Windows ME/2000
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-03 05:44 UTC by pzgyuanf
Modified: 2007-01-04 17:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
the screenshot of the corrupted icon file in ICON view (5.22 KB, image/png)
2005-10-03 05:48 UTC, pzgyuanf
Details
the test project (10.02 KB, application/octet-stream)
2005-10-03 05:56 UTC, pzgyuanf
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pzgyuanf 2005-10-03 05:44:25 UTC
In early dev build ever, I encountered it too. So this is BETA, I reported it now.

My project(in the attachment) simply contains a java file and a GIF image file
intend to be simple and fast post to you. After import into CVSNT server(Note
here, there is not TRUE CVS server on U(Li)nix for me now) then check it out,
the image file broken.

see my screenshot.

Because currently, the new javacvs module doen't support :local: on windows, I
have to install the unfamiliar CVSNT server. so there are maybe some problem of
its setting. If so, point out for me, thanks!

BTW.
 1. Is there a way to Release/Remove a module from CVS repository?
 2. Whether the :local: mode will be supported on windows platform in next
release, do as the predecessor VCS module?
 3. Is there a plan to implemente the "check out as..." (as Netbeans project) if
the checkout files are not the contained in a Netbeans project, such as it is
actually a Eclipse project.

thank you for listenning.

-pprun
Comment 1 pzgyuanf 2005-10-03 05:48:30 UTC
Created attachment 25427 [details]
the screenshot of the corrupted icon file in ICON view
Comment 2 pzgyuanf 2005-10-03 05:56:30 UTC
Created attachment 25428 [details]
the test project
Comment 3 pzgyuanf 2005-10-03 06:14:07 UTC
I just used JDeveloper and tested the same project, it worked fine. The
operation steps is similar as in netbeans.
The deep detail is not clear for me but there is a "Add as Binary..." in
JDeveloper when a new file were added into(+).
Comment 4 _ pkuzel 2005-10-03 10:06:50 UTC
Could you please check wrappers for .gif files? Wrappers decide whether a file
is binary or textual. Adding .gif file as textual can lead to corruptions. It
should be a server side setting.
Comment 5 pzgyuanf 2005-10-03 10:34:59 UTC
"-kb" option on "cvs import" command line could help it, but how to set it in
"import into ..." dialog? 

-pprun
Comment 6 _ pkuzel 2005-10-04 10:03:05 UTC
IDE mimics command line import so it's not possible. You need to setup server.



*** This issue has been marked as a duplicate of 61782 ***