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 197629 - History Log Does Not Copy Correctly
Summary: History Log Does Not Copy Correctly
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-11 18:51 UTC by ahildoer
Modified: 2011-04-13 08:41 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 ahildoer 2011-04-11 18:51:04 UTC
Product Version = NetBeans IDE 7.0 RC2 (Build 201104070802)
Operating System = Mac OS X version 10.6.7 running on x86_64
Java; VM; Vendor = 1.6.0_24
Runtime = Java HotSpot(TM) 64-Bit Server VM 19.1-b02-334

When I search subversion history and try to copy the history, filenames only contain the directory, not the filename. For example, if I committed these files:

/root/app/file1.php
/root/app/file2.php
/root/lib/file3.php

And I copy the log for that entry and paste in text editor, it says this:

/root/app/
/root/app/
/root/lib/

The history window displays the filenames correctly, it is only when I copy and paste to text editor that the filenames are missing from the paths.
Comment 1 Ondrej Vrabec 2011-04-11 18:55:38 UTC
Sorry, this will most definetely not be fixed in 7.0
Comment 2 Ondrej Vrabec 2011-04-12 09:13:05 UTC
applies also to mercurial
Comment 3 Ondrej Vrabec 2011-04-12 09:22:59 UTC
fix: http://hg.netbeans.org/core-main/rev/80b9d5a149ce
Comment 4 Quality Engineering 2011-04-13 08:41:35 UTC
Integrated into 'main-golden', will be available in build *201104130401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/80b9d5a149ce
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: Issue #197629 - History Log Does Not Copy Correctly