From: Rob H. <ro...@ro...> - 2003-01-16 18:34:37
|
Hello, Glad to hear that it is working for you. The reason you don't see empty directories is that SandWeb runs cvs update with the -dP options, which causes cvs to download new directories, and purge empty directories. This could be made configurable, but I haven't heard any case for it that convinces me that CVS is better off without these options. If you add a file to this directory, then it will not be removed when updated ( from any client, create directory then cvs add directory then create, add and commit files into it. It does not matter if the directory already exists in CVS ). Hope that helps. Rob On Thu, 16 Jan 2003 10:12AM -0800, Menrit wrote: > dear Robert, > I tried the sandweb beta version from the CVS . > It works fine but when > 1-i checkout a module which includes an emplty directory > 2- i update the module. > 3- the empty directory disappears and sometimes its parent directory > too. > > have you any idea what is the reason and how can i solve this. > > thanks |