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 171440 - allow to create a diff patch between two branches
Summary: allow to create a diff patch between two branches
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-03 21:47 UTC by marcopar
Modified: 2009-12-08 09:21 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 marcopar 2009-09-03 21:47:16 UTC
Hi,
i would like to have the functionality of "Export diff patch" improved so i can create a diff patch between two branches
of the repository.
Now it's only possible to create the patch between the local copy and the repository version.

i.e. in subversion you do this with the command
svn diff <url to first branch> <url to second branch>