Is there a diff tool for Windows that could hide the cvs folders?

2008-09-18 Thread Res Pons
I'm using Windiff and it's showing all the cvs subfolders. Thanks _ See how Windows Mobile brings your life together—at home, work, or on the go. http://clk.atdmt.com/MRT/go/msnnkwxp1020093182mrt/direct/01/

Re: Is there a diff tool for Windows that could hide the cvs folders?

2008-09-18 Thread Walter Torres
I just Beyond Compare http://www.scootersoftware.com/ You can tell it to IGNORE just about anything! Walter

RE: Is there a diff tool for Windows that could hide the cvs folders?

2008-09-18 Thread Poole, Ken
 I use winmerge (open software) - you can filter out the cvs subdirs http://www.winmerge.org/

Simple question of removing a directory in CVS

2008-09-18 Thread Steve Gao
(1) If I issue a command to remove a dir in CVS cvs rm dir But the dir is not empty in CVS, will that command work? (2) If I accidentally issue a command to remove a dir in CVS cvs rm dir I did not commit, but found that I should NOT remove the dir. Is there a way to uncommit it? Thanks

A simple question of removing a dir in CVS

2008-09-18 Thread Steve Gao
(1) If I issue a command to remove a dir in CVS cvs rm dir But the dir is not empty in CVS, will that command work? (2) If I accidentally issue a command to remove a dir in CVS cvs rm dir I did not commit, but found that I should NOT remove the dir. Is there a way to uncommit it? Thanks

Re: Is there a diff tool for Windows that could hide the cvs folders?

2008-09-18 Thread Spiro Trikaliotis
Hello, * On Thu, Sep 18, 2008 at 09:27:50AM -0700 Res Pons wrote: I'm using Windiff and it's showing all the cvs subfolders. diff(1), running on Cygwin: diff -urNx CVS $DIR1 $DIR2 HTH, Spiro. -- Spiro R. Trikaliotis http://opencbm.sf.net/

Re: Simple question of removing a directory in CVS

2008-09-18 Thread Steve Gao
Thanks. If the cvs rm file1 command succeeds, it needs me to commit. If I figure out that I shouldn't rm the file1, can I cancel the previously issued command? My concern is that if I leave the wrong command hanging there, in the future I may issue a cvs commit to confirm other commands and