Hello,
I have a repository
src
|--subdir1 ( bunch of files)
|--subdir2 ( bunch of files)
Current directory is /home/me.
I want to checkout src/subdir1 but i don't want CVS checkout
any file at all. What can i do ?
I tried
> cvs checkout src/subdir1 # but all files come
> cvs checkout -P -D "Sun Apr 7 01:29:26 1970" src/subdir1
; cvs update -A # but nothing comes but the directory is not created.
> cvs checkout src/subdir1/file_not_in_there # but i got
an error.
Thank you for help.