scriptkid wrote:
i have had a look, but i couldn't compile. It seems that your forgot to commit "selection.h". I'm curious in seeing it work
Now time for a little nagging
To avoid this compile errors, can you try to make a temporary clean checkout and see if compiles? I think it's possible considering the projects' size.
I just did a clean checkout. Added "SelectionMover.cpp" into the project and it compiled without a complaint.
I'm unsure why you are having problems? I certainly committed "Selection.h", checking it with CVS log shows the following:
$ cvs log Selection.h
RCS file: /cvsroot/crayzedsgui/CELayoutEditor/inc/Selection.h,v
Working file: Selection.h
head: 1.2
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 2; selected revisions: 2
description:
----------------------------
revision 1.2
date: 2005/01/31 10:06:57; author: samtjansen; state: Exp; lines: +114 -119
Add ability to align selections of windows. The windows will be aligned to the f
irst window selected.
----------------------------
revision 1.1
date: 2005/01/23 16:49:33; author: patrick_kooman; state: Exp;
Initial commit.
=============================================================================
Some files seem to have unix line endings and some dos line endings in the repository. I'm not sure why this is. I had thought CVS was supposed to handle this for you.