0

I svn rm-ed some files in my local working copy.

I have not svn ci-ed anything yet and I'd like to undo my scheduled removals and get the files back, svn revert myfile1 myfile2 followed by a svn up didn't help.

How can I get the files back from the repo?

Thanks in advance!

Ele
  • 33,468
  • 7
  • 37
  • 75
stdcerr
  • 13,725
  • 25
  • 71
  • 128

1 Answers1

0

I ended up removing the top directory and getting it back from the repo using svn up that seems to have worked well. Thanks!

stdcerr
  • 13,725
  • 25
  • 71
  • 128