Re: Q: Command to get a file from a particular revision

2010-02-18 Thread Felix Gilcher
Hi, as the error message says, you cannot check out a single file. The smallest unit that can be checked out is a directory. You can either check out the parent directory (possibly using sparse checkouts to limit what items you pull) or use svn cat -r . However, svn cat will not create a wor

Q: Command to get a file from a particular revision

2010-02-18 Thread Manickavel, Senthil
Hi, What's the command to get a file from a particular revision? I tried with "svn checkout". It takes only the directory URL. D:\>svn checkout -r 27240 https://Build.net/RAD/rad.profile.install . svn: URL 'https://Build.net/RAD/rad.profile.install' refers to a file, not a directory