Evan's posterous

Adventures in pomodoro and other such things

Archive for

March 2009

Evan Jehu


Tumblr
Evan Jehu's profile »

Tags

  • linux (20)
  • mac (7)
  • ssh (4)
  • yoga (4)
  • java (3)
  • maven (3)
  • mysql (3)
  • cheat sheet (2)
  • mythtv (2)
  • python (2)
  • View all 38 tags »
  • quote (2)
  • subversion (2)
  • template (2)
  • trac (2)
  • apache (1)
  • appengine (1)
  • apt-get (1)
  • backup (1)
  • bash (1)
  • blackberry (1)
  • cool app (1)
  • cron (1)
  • firefox (1)
  • flash (1)
  • humor (1)
  • img (1)
  • openssl (1)
  • pomodoro technique (1)
  • project (1)
  • regex (1)
  • rpm (1)
  • safari (1)
  • script (1)
  • sql (1)
  • usb (1)
  • video (1)
  • visualization (1)
  • web (1)

Archive

2011 (1)
September (1)
2009 (33)
October (6)
August (3)
July (5)
June (17)
May (1)
March (1)
2008 (4)
October (1)
September (1)
May (1)
January (1)
2007 (8)
October (1)
September (1)
August (2)
July (2)
May (1)
April (1)
2004 (1)
January (1)
Subscribe via RSS
March 12, 2009

restoring files in subversion

  • Edit
  • Delete
  • Tags
  • Autopost

To restore a file or folder in subversion you must copy the older version of the file forward to the HEAD.

svn copy https://svn.example.com/trunk/foo/bar@24178 https://svn.example.com/trunk/foo/bar -m "Restoring deleted file"

where @24178 is the version number of the file/folder you wish to restore. This command operates directly on the repository so be careful!

Filed under  //

  • subversion
  • 0 responses
  • Like
  • Comment