Re: cvs update not removing directory

2006-05-21 Thread akkisoft
Thank you guys for all your help. regards, akki ___ info-cvs mailing list info-cvs@nongnu.org http://lists.nongnu.org/mailman/listinfo/info-cvs

Re: cvs update not removing directory

2006-05-19 Thread Jim Hyslop
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 akkisoft wrote: I mean, if a folder is removed from the repository, can I remove the folder from my work area by taking an update (using any update options). No. CVS assumes that once a directory exists in the repository, it will never disappear.

Re: cvs update not removing directory

2006-05-19 Thread Spiro Trikaliotis
Hello Jim, * On Fri, May 19, 2006 at 10:35:26AM -0400 Jim Hyslop wrote: I don't think you fully grasp the scenario that akki has run into. Yes, I think this is the problem Stuart and I were facing. I did not understand his problem, but your explanation gives it much more sense. Regards,

Re: cvs update not removing directory

2006-05-19 Thread Jean-Claude Gervais
I believe it is because when you originally checkout a sandbox, for each module, CVS client put a CVS control-folder in the associated sandbox folder. Mentioned within one of the files in the control folders is a list of all the files that belong to that module. So if you manually delete files

Re: cvs update not removing directory

2006-05-19 Thread Spiro Trikaliotis
Hello, * On Fri, May 19, 2006 at 10:57:25AM -0400 Jean-Claude Gervais wrote: Another easy fix is to checkin changes, delete the sandbox and re-checkout the sandbox. if more than one developer is concerned, the following might be even easier: Regenerate the directory on the server (but leave

cvs update not removing directory

2006-05-18 Thread akkisoft
Hi, I checked out a module from the repository. This module has some folders. Within these folders I have few files. If any file is removed from the repo; a clean update removes these files from my working area. Now if a folder is removed from the repository, taking a clean update does not affect

Re: cvs update not removing directory

2006-05-18 Thread Spiro Trikaliotis
Hello, * On Thu, May 18, 2006 at 04:41:20AM -0700 akkisoft wrote: Is it possible to remove the folder along with the file that exist on my work area but not in repo using any of the update option ? although I am not sure if I understood you correctly, you might want to check out -P. HTH,

Re: cvs update not removing directory

2006-05-18 Thread akkisoft
I mean, if a folder is removed from the repository, can I remove the folder from my work area by taking an update (using any update options). ___ info-cvs mailing list info-cvs@nongnu.org http://lists.nongnu.org/mailman/listinfo/info-cvs

Re: cvs update not removing directory

2006-05-18 Thread Stuart Cooper
I mean, if a folder is removed from the repository, can I remove the folder from my work area by taking an update (using any update options). cvs update -P that's twice you've been told now, please try it. ___ info-cvs mailing list

Re: cvs update not removing directory

2006-05-18 Thread akkisoft
cvs update -P Does not remove the folder from work area and neither does cvs checkout -P ___ info-cvs mailing list info-cvs@nongnu.org http://lists.nongnu.org/mailman/listinfo/info-cvs

Re: cvs update not removing directory

2006-05-18 Thread Stuart Cooper
cvs update -P Does not remove the folder from work area and neither does cvs checkout -P it should do. cd into the directory and do an ls -a and make sure there's no hidden files. you might add -d also for a cvs update -P -d ___ info-cvs mailing