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 74182 - Failing diff from search history window
Summary: Failing diff from search history window
Status: RESOLVED WORKSFORME
Alias: None
Product: utilities
Classification: Unclassified
Component: Diff (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: diff-issues@utilities
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-30 08:26 UTC by _ rkubacki
Modified: 2007-11-28 13:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ rkubacki 2006-03-30 08:26:39 UTC
NB5.0 + updates from AU + Mevenide plugin, JDK 1.5.0_u6, Linux

I did checkout of PMD sources from sourceforge repository, opened the project
(it is a Maven project). Then I opened CVS history one file
(RuleViolation.java), found related commits of a some change and tried to show
the diff between two revision but get error message 'CVS command failed':

cvs server: cannot find module
`pmd/pmd/src/net/sourceforge/pmd/RuleViolation.java' - ignored
 
cvs checkout: cannot find module
`pmd/pmd/src/net/sourceforge/pmd/RuleViolation.java' - ignored
 

The problem is that correct path of file in CVS checkout starts with just one
'pmd' but probably it was executed from wrong directory. The path to file is
/home/radim/devel/sf/pmd/pmd/src/net/sourceforge/pmd/RuleViolation.java but
/home/radim/devel/sf/pmd does not contain CVS dir (/home/radim/devel/sf/pmd/pmd
does).
Comment 1 Maros Sandor 2007-01-09 17:14:43 UTC
I cannot reproduce it (without the project open) but maybe the "found related
commits" plays some role. How do I open the project? I downloaded mavenide from
the Plugin Catalogue but it won't install and silently fails.
Comment 2 Maros Sandor 2007-03-20 11:51:56 UTC
rkubacki: can you reproduce it in 6.0? If so, can you describe how to setup the
maven project (see my previous comment)?
Comment 3 _ rkubacki 2007-03-28 13:10:42 UTC
Sorry but you are asking me how I set up my project a year ago. Surely I took
the Maven support from http://mevenide.codehaus.org/
Comment 4 Peter Pis 2007-07-31 16:01:25 UTC
Can't reproduce in 6.0. Seems to be already fixed.
Comment 5 Peter Pis 2007-11-28 13:13:08 UTC
Couldn't reproduce. Closing as "WORKSFORME". Feel free to reopen if you encounter the issue again with further information.