Greetings, all. I need to rewind a copy of /usr/src to a place in time (don't know the specific revision).
Question is; the svn(1) (subversion(1)) doc's claim the following is the way to do it:
Which gleefully returns:
Well, that's not going to get it. So what's the magic incantation?
Thanks!
--Chris
Question is; the svn(1) (subversion(1)) doc's claim the following is the way to do it:
Code:
svn update -r {"2015-11-24 00:18"}
Code:
svn: E205000: Syntax error in revision argument '2015-11-24 00:18'
Thanks!
--Chris