[Gambas-devel] [Gambas-user] Change to IDE to recognize CVS rootdir
Benoit Minisini
gambas at ...1...
Wed Nov 15 11:15:19 CET 2006
On Tuesday 14 November 2006 19:51, Christopher Brian Jack wrote:
> On Sat, 11 Nov 2006, Benoit Minisini wrote:
> > There is a module named VersionControl in the IDE source code. There you
> > will find all SVN commands executed when moving, renaming, creating and
> > deleting a file that must be versioned. And you can tell me which CVS
> > commands I should add to do the same thing for CVS.
> >
> > Regards,
> >
> > --
> > Benoit Minisini
>
> 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.
>
There is the same requirement for svn, so this should work.
Note that changes are never committed by the IDE. This must be done by hand.
This is just a light support for versioned projects.
Regards,
--
Benoit Minisini
More information about the Devel
mailing list