1

Possible Duplicate:
Checkout one file from Subversion

As far as I understand, Subversion (SVN) only supports checking out a directory at the least. Is this correct?

If so, how does the History command in Eclipse allow you to look at an older revision of a single file?

Community
  • 1
  • 1
Robert
  • 247
  • 4
  • 12

1 Answers1

-1

svn log URL [PATH] allow to work with files

Lazy Badger
  • 94,711
  • 9
  • 78
  • 110