[wp-testers] SVN question

Peter Westwood peter.westwood at ftwr.co.uk
Tue Jun 26 07:52:05 GMT 2007


On Tue, June 26, 2007 7:19 am, Santanu Misra wrote:
> Thanks for your reply. But how do you know 5479 and 5735 stands for WP
> 2.2.1and
> 2.2 respectively ? Is there any documents to find out that ?
>
> For SVN this command tells me the file listing than I can do some simple
> *NIX commands to find the unique files list.
>
> "svn log -q -v -r 5735:5479 > ..\patch.txt"
>
>

I'm not sure that will exactly work unless you limit it to the 2.2 branch.

The best way to generate a patch is like so:

svn diff http://svn.automattic.com/wordpress/tags/2.2
http://svn.automattic.com/wordpress/tags/2.2.1 > ~/2.2-to-2.2.1.patch

For more info see [1][2]

[1]
http://blog.ftwr.co.uk/archives/2006/07/29/wordpress-204-released-security-update/
[2] http://markjaquith.wordpress.com - any of the upgrade patch posts.
westi
-- 
Peter Westwood <peter.westwood at ftwr.co.uk>
http://blog.ftwr.co.uk


More information about the wp-testers mailing list