ajaydsouza
9/4/2014 - 7:37 PM

Handy Git and SVN commands

Handy Git and SVN commands

svn log -r 1:HEAD --limit 1 http://plugins.svn.wordpress.org/top-10
svn2git http://plugins.svn.wordpress.org/top-10 --revision 65307 --verbose --no-minimize-url



svn rm $( svn status | sed -e '/^!/!d' -e 's/^!//' )
svn add --force * --auto-props --parents --depth infinity -q