[GRASS-dev] Clicking on a text layer in GIS manager gives tcl error

Glynn Clements glynn at gclements.plus.com
Thu Nov 30 18:31:00 EST 2006


Patton, Eric wrote:

> > > If I add a text layer to gis.m and click on it, I get the following error:
> > > 
> > > invalid command name "<<<<<<<"
> > > invalid command name "<<<<<<<"
> > >     while executing
> > > "<<<<<<< dtext.tcl"
> > 
> > Your sources have conflicts from a cvs update (the update failed and the
> > "<<<<<<<" are the lines where they were conflicts during cvs update).
> > 
> > You need to correct these (and the method depends on whether you have
> > local changes or not).
> 
> Hmm, I didn't get any cvs errors during update.

Conflicts are only reported once; if you miss them the first time, you
won't get any warning on subsequent updates.

Tip: update with:

	cvs update 2>&1 | fgrep -v 'cvs server: Updating '

This makes it much easier to spot "useful" messages.

> Should I blow away my cvs directory and do a fresh checkout instead?

Although it's now moot, just deleting the file in question and
updating that file (or directory) will suffice.

-- 
Glynn Clements <glynn at gclements.plus.com>




More information about the grass-dev mailing list