[wp-meta] [Making WordPress.org] #974: Make WordPress.tv theme responsive
Making WordPress.org
noreply at wordpress.org
Fri May 8 17:56:36 UTC 2015
#974: Make WordPress.tv theme responsive
-------------------------+-------------------------------------------------
Reporter: BrashRebel | Owner: iandunn
Type: | Status: accepted
enhancement | Component: WordPress.tv
Priority: normal | Keywords: good-first-bug has-patch dev-
Resolution: | feedback
-------------------------+-------------------------------------------------
Comment (by iandunn):
It looks like the patch contains full copies of the files, rather than
just the deltas, and it has Git style prefixes, so applying it created a
second folder, but I was able to get it working by diff'ing that folder
against the canonical one.
I think using `git-svn` to clone the repo, and then generating the diff
with `--no-prefix` would result in a more workable patch. e.g.,
`git svn clone
https://meta.svn.wordpress.org/sites/trunk/wordpress.tv/public_html/wp-
content/`
`git diff --no-prefix > ticket.diff`
http://scribu.net/wordpress/contributing-to-wordpress-using-github.html
might have some more tips (although we don't have a Git mirror for
`meta.svn` like we do for `core.svn`, hence using `git-svn` to clone the
actual SVN repo).
I've already got this one working, though, so no need to do that for this
ticket.
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/974#comment:5>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list