Any guides on using WP SVN with IDE clients? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 8 years ago. Improve this question The documentation for dealing with official WP repository is exclusively about using command line. While I have no bias against that, … Read more

Is there a faster way to git-svn clone a wordpress plugin from the subversion repository?

When cloning a SVN repo with git-svn it searches laboriously through every revision for changes that are relevant (at least as I understand it). Is there anyway to make this process quicker? I found this link: https://stackoverflow.com/questions/747075/how-to-git-svn-clone-the-last-n-revisions-from-a-subversion-repository that suggests it is possible to limit the number of revisions, just need to figure out how far … Read more

How to have ‘git log’ show filenames like ‘svn log -v’

SVN’s log has a “-v” mode that outputs filenames of files changed in each commit, like so: jes5199$ svn log -v ———————————————————————— r1 | jes5199 | 2007-01-03 14:39:41 -0800 (Wed, 03 Jan 2007) | 1 line Changed paths: A /AUTHORS A /COPYING A /ChangeLog A /EVOLUTION A /INSTALL A /MacOSX Is there a quick way … Read more

Is it necessary to bump a plug-in’s version if you’re just updating the “Tested up to” attribute?

I’ve got a number of plug-in’s hosted on the wordpress.org svn server … with the immenent release of 3.1, I would like to update the “Tested up to” meta data. There will be no functional changes to the code, just the meta data. Is it necessary to change the revision number for such a trivial … Read more