This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Repository updating


"Trenton D. Adams" wrote:
> 
> Let's say I have a driver that I'm making.  What happens if I use the
> cvs tool to run an update on my eCos repository.  Will it screw up the
> ecos.db and my driver?  Or will it simply add appropriate entries into
> the ecos.db and leave my driver alone?  What about modifications to
> header files that I have made in the rest of the eCos repository?

CVS will merge changes in a (text) file. It will complain however if
changes are made to the same area within that file. If that happens you
will get a conflict (and the cvs update will tell you so). This will then
leave markers in the file for you to resolve by hand. 90% of the time you
won't need to do this though. See the Cederqvist CVS manual (
http://www.cvshome.org/ ) for more.

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]