Richard Heck wrote: > > Second, how can I checkout the website files, make a simple change, and > > push those changes? From what I understand, "svn commit" is similar to > > git commit + git push. Is that right?
That is right. Just try some innocent whitespace commit as Richard suggested. Or you can try to update development branch translation status, that would be even useful for yourself and translators to keep track of the current status: https://www.lyx.org/I18n-trunk will be updated via something like: cd ~/lyx-2.3branch/po ./postats.py 2.3 *.po >~/lyx-www/devel/i18n.inc > When I look at "svn commit --help" > > I do not see an option for dry-run. IIRC there is none, but calling svn diff before commit will give you some idea what is to be changed. > Other useful commands: svn status, svn diff, svn revert. svn add for new files/dirsr; svn log. Pavel