After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 580013 - Extend the patch plugin to support bugzilla and git.
Extend the patch plugin to support bugzilla and git.
Status: RESOLVED OBSOLETE
Product: anjuta
Classification: Applications
Component: plugins: tools
SVN TRUNK
Other Linux
: Normal enhancement
: ---
Assigned To: Sébastien Granjoux
Anjuta maintainers
Depends on:
Blocks:
 
 
Reported: 2009-04-23 19:40 UTC by Carl-Anton Ingmarsson
Modified: 2020-11-07 12:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to fix the issue (2.10 KB, patch)
2009-04-23 19:59 UTC, Carl-Anton Ingmarsson
committed Details | Review

Description Carl-Anton Ingmarsson 2009-04-23 19:40:09 UTC
If you try to use a patch which filename includes whitespace the plugin can't find the file.
Comment 1 Carl-Anton Ingmarsson 2009-04-23 19:59:55 UTC
Created attachment 133208 [details] [review]
patch to fix the issue

don't know if this is the preffered way to supply patches now that we switched to git. Use "git am path/to/file.patch" to apply it.
Comment 2 Johannes Schmid 2009-04-24 10:23:24 UTC
Thanks for the patch - looks good.

You make a good point with the patch plugin. I think it should detect (maybe from the data in the patch) if we are using git sources and apply with git am automatically (or at least give the user the option to do so).

Another point that I would like add is to apply patches directly from bugzilla (using the attachment number or the link) to avoid the unneeded save/open step.
Comment 3 Johannes Schmid 2009-04-26 21:32:25 UTC
Changed but title - original patch applied.
Comment 4 puja 2013-12-18 04:01:27 UTC
(In reply to comment #0)
> If you try to use a patch which filename includes whitespace the plugin can't
> find the file.

Hi!
Can I get help to solve this bug? Was hoping to get started with gnome now.
Comment 5 Sébastien Granjoux 2013-12-18 21:10:08 UTC
(In reply to comment #4)
> Can I get help to solve this bug? Was hoping to get started with gnome now.

Sure, the request is to replace the current command used to apply the patch ("patch -d ...") by "git am" if the patch content looks like a git patch. What help do you need?
Comment 6 puja 2013-12-19 04:02:16 UTC
(In reply to comment #5)

> Sure, the request is to replace the current command used to apply the patch
> ("patch -d ...") by "git am" if the patch content looks like a git patch. What
> help do you need?

Thankyou for the help. I am going throygh the codes already and trying to understand them. Just that never worked with Anjuta (or Gnome) before, and not familiar with bugzilla as well. (Had done GSoC 2013 with TYPO3 association, only git helped there). So, a bit more help in getting assistance shall be appreciable!
Thank You!
Comment 7 André Klapper 2020-11-07 12:12:45 UTC
bugzilla.gnome.org is being replaced by gitlab.gnome.org. We are closing all
old feature requests in Bugzilla which have not seen updates for many years.

If you are still requesting this feature in a currently supported version of GNOME (currently that would be 3.38), then please feel free to report it at https://gitlab.gnome.org/GNOME/anjuta/-/issues/

Thank you for reporting this issue and we are sorry it could not be implemented.