Thread Starter
lkraav
(@lkraav)
I’ll just get started with git svn but let me know whenever.
Plugin Author
JP
(@wpjp)
Hi. Thanks for your interest.
I don’t have a git repository for this. I think git svn would be a good alternative. If you’d like, I can give you commit access to this plugin. It would be great if you can update this plugin more frequently.
Thread Starter
lkraav
(@lkraav)
I think the plugin’s SVN repo trunk branch is a little bit out of whack, containing only readme.txt. Perhaps you could sync trunk up with the latest tags/3.9.6?
I got the git repo started at https://github.com/lkraav/jetpack-markdown.git
Thread Starter
lkraav
(@lkraav)
I guess you could also hook me up with the commit access here.
Thread Starter
lkraav
(@lkraav)
I think the way forward is
$ svn remove trunk/readme.txt
$ svn copy tags/3.9.6/* trunk/
$ svn commit -m "re-sync tags/3.9.6/ -> trunk/"
Plugin Author
JP
(@wpjp)
Just committed what you suggested. Plus, you are now a committer. Thanks.