[Gambas-user] Change to IDE to recognize CVS rootdir
Benoit Minisini
gambas at ...1...
Sat Nov 11 20:06:18 CET 2006
On Saturday 11 November 2006 01:39, Christopher Brian Jack wrote:
> The IDE doesn't know to hide CVSROOT directories so in
> Project.module:
>
> 577: IF .Type = gb.Directory THEN
> 578:
> 579: IF sFile = "CVS" THEN RETURN
> 580:
> 581: 'IF cDir THEN cDir.Add(sPath)
> 582: bDir = TRUE
> 583: 'sIcon = "icon:/16/directory" 'IMAGE_DIR &/ "close.png"
> 584: bShow = TRUE
>
> insert between line 579,580
> +++: IF sFile = "CVSROOT" THEN RETURN
>
OK, Thanks.
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
More information about the User
mailing list