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

Summary: allow to create a diff patch between two branches
Product: versioncontrol Reporter: marcopar <marcopar>
Component: SubversionAssignee: Ondrej Vrabec <ovrabec>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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>