Skip to primary content
Skip to secondary content

My Stuff

My notes about stuff

My Stuff

Main menu

  • Home

Monthly Archives: August 2009

Subversion – rolling back to previous version

Posted on August 19, 2009 by admin
Reply

svn merge --dry-run -r 14:13 svn+ssh://svnserver/svnrepo/path (check restore from version 14 back to 13)
svn merge -r 14:13 svn+ssh://svnserver/svnrepo/path (do the actual restore back from 14 to 13)
svn commit -m "Reverted to revision 13."

Posted in Uncategorized | Leave a reply

Categories

  • Ansible
  • ARM
  • Atmel
  • AVR
  • Deploy Studio
  • IIC
  • Kicad
  • Kubernetes
  • LCD
  • Mythtv
  • OS X Server
  • Puppet
  • QNAP
  • Uncategorized
Proudly powered by WordPress