freebsd / redports-1

Redports is a continuous integration platform for FreeBSD ports. It helps ports developers to test changes in clean environments and provides a nice web-based user interface.
Other
8 stars 14 forks source link

Automatic PR generation via redports #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be a very nice feature to be able to generate and submit a PR directly 
from redports.org via the webinterface.

Original issue reported on code.google.com by de...@bluelife.at on 26 Mar 2013 at 9:24

GoogleCodeExporter commented 9 years ago
With pysvn and difflib it should be possible to create a diff between the users 
port in his repository and the upstream svn repository since svn does not allow 
to create diffs between two repositories.

This can be implemented in Trac / python and we get bonus points for showing 
the generated diff in the pretty format that Trac uses. For example code see 
http://trac.edgewall.org/browser/trunk/trac/wiki/web_ui.py

Original comment by de...@bluelife.at on 24 Feb 2014 at 1:36