[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gEDA-dev: gschem modifications



El vie, 21-07-2006 a las 16:13 +0000, Peter Clifton escribió:
[snip]
> > FYI I suggest "cvs diff -U 3 -p" to get some context.
> 
> That works well for the existing files, but doesn't give any output for
> the new x_compselect.c I moved the component selector into.
> 
> I found a reference on google that you should "cvs add ..." the file,
> then do the diff, but this negates the benefit of me just taking a diff
> of my local changes.

It does. AFAIR it doesn't update the CVS, but mark the file to be
uploaded the next time you do a cvs commit (which is the command you can
use to update the CVS if you had write access).
So just use cvs add to mark the new files, and then a cvs diff. The new
file should be included into the diff.

[snip]
> As the new component selector isn't 100% finished yet, and might not be
> to everybody's liking - e.g. No close button other than from the window
> manager etc.. as I want to turn it into a dock, perhaps I should keep
> that a local patch.

When you feel it is ready for testing, you can post the patch to
geda-dev... Sure you will get some opinions....

> Any ideas how best to keep some changes local, whilst not getting out of
> date with changes in the CVS tree? (Should I go RTFM with a CVS FAQ?)

Do a cvs update from time to time. You will update your working tree
with changes in the main tree.

Regards,

Carlos



_______________________________________________
geda-dev mailing list
geda-dev@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev