[Gambas-devel] [Gambas-user] Change to IDE to recognize CVS rootdir

Benoit Minisini gambas at ...1...
Sat Nov 18 15:04:09 CET 2006


On Saturday 18 November 2006 14:19, Benoit Minisini wrote:
> On Friday 17 November 2006 01:17, Christopher Brian Jack wrote:
> > On Thu, 16 Nov 2006, Benoit Minisini wrote:
> > > > > > Only thing to beware of is that adding files in CVS requires the
> > > > > > cvs add <somefile> to be done AFTER the somefile exists and that
> > > > > > cvs remove <somefile> must be done BEFORE somefile is deleted.
> > > > > > Same goes for directories.
> >
> > My bad.  It's AFTER in both cases.  Just read the output from cvs more
> > closely.  'cvs remove' wants the file already gone already deleted - this
> > can be nasty in shells with no command history becuase once the file is
> > rm'ed you need to REMEMBER the name to tell CVS to remove it.
>
> Arf. So the interface of the VersionControl module must be modified, to
> make the distinction between 'before deleting' and 'after deleting'.
>
> Regards,

Actually, this is not needed, as these functions are always called after the 
file has been deleted or moved.

-- 
Benoit Minisini





More information about the Devel mailing list