|
Boost : |
From: Jim.Hyslop (jim.hyslop_at_[hidden])
Date: 2001-09-25 13:09:09
Beman Dawes [SMTP:bdawes_at_[hidden]] wrote:
> Help!
>
> I'm trying to merge the thread-initial CVS branch into the main trunk.
OK, after some playing around, I've been able to replicate the error.
Try this sequence:
- Check out the trunk (cvs up -A)
- for each file in error, issue the commands:
cvs up -p -rthread-initial [filename] > [filename]
cvs add [filename]
- commit the changes.
-- Jim > -----Original Message----- > From: Beman Dawes [SMTP:bdawes_at_[hidden]] > Sent: Tuesday, September 25, 2001 1:08 PM > To: boost_at_[hidden] > Subject: [boost] Need help merging thread-initial into main trunk > > Help! > > I'm trying to merge the thread-initial CVS branch into the main trunk. > > For the boost header directory, the merge process worked for three files > but not the others. See log below. > > Any clues what the problem is and how to fix it? > > Thanks, > > --Beman > > cvs update -P -d -jthread-initial (in directory C:\BOOST\SITE\boost\) > ... > cvs server: Updating regex > cvs server: Updating regex/detail > cvs server: Updating test > cvs server: Updating thread > cvs server: file thread/condition.hpp is present in revision > thread-initial > cvs server: file thread/config.hpp is present in revision thread-initial > U thread/exceptions.hpp > cvs server: file thread/mutex.hpp is present in revision thread-initial > U thread/once.hpp > cvs server: file thread/recursive_mutex.hpp is present in revision > thread-initial > cvs server: file thread/semaphore.hpp is present in revision > thread-initial > cvs server: file thread/thread.hpp is present in revision thread-initial > cvs server: file thread/tss.hpp is present in revision thread-initial > cvs server: file thread/xtime.hpp is present in revision thread-initial > cvs server: Updating thread/detail > U thread/detail/lock.hpp > cvs server: Updating tuple > cvs server: Updating tuple/detail > cvs server: Updating type_traits > cvs server: Updating utility > > *****CVS exited normally with code 0***** > > Saved settings for C:\BOOST\SITE successfully... > cvs commit -m "commit after merging thread-initial into main trunk" (in > directory C:\BOOST\SITE\boost\thread\) > cvs commit: Examining . > cvs commit: Examining detail > Checking in exceptions.hpp; > /cvsroot/boost/boost/boost/thread/exceptions.hpp,v <-- exceptions.hpp > new revision: 1.2; previous revision: 1.1 > done > Checking in once.hpp; > /cvsroot/boost/boost/boost/thread/once.hpp,v <-- once.hpp > new revision: 1.2; previous revision: 1.1 > done > Checking in detail/lock.hpp; > /cvsroot/boost/boost/boost/thread/detail/lock.hpp,v <-- lock.hpp > new revision: 1.2; previous revision: 1.1 > done > > *****CVS exited normally with code 0***** > > > Info: http://www.boost.org Unsubscribe: > <mailto:boost-unsubscribe_at_[hidden]> > > Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ >
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk