CVS checkout - exclude dirs from module
Posted: Wed Dec 01, 2004 7:14 am
Alright. Please don't RTM me, because I was working 13 hours yesterday and 12 hours the day before and now I almost don't see the words I read.
I want to know if there is a simple way to exclude certain dirs that are in a CVS module so that they are excluded from checkout by default.
module contains:And I want an exclude constraint on dir_foo and dir_bar so if I just "cvs co app_foo" the directory checked out would list:
...unless I explicilty check out those directories dir_foo and dir_bar.
Anyone? any way?
I want to know if there is a simple way to exclude certain dirs that are in a CVS module so that they are excluded from checkout by default.
module contains:
Code: Select all
app_foo/file1
app_foo/dir1
app_foo/dir2
app_foo/dir3
app_foo/dir4
app_foo/dir_foo/file1
app_foo/dir_foo/file2
app_foo/dir_foo/file3
app_foo/dir_bar/file1
app_foo/dir_bar/file2
app_foo/dir_bar/file3Code: Select all
app_foo/file1
app_foo/dir1
app_foo/dir2
app_foo/dir3
app_foo/dir4Anyone? any way?