Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-07-10 09:59:40


Toon Knapen wrote:
> Oops, I'm very sorry !
> I had commited file by file at first but once the files with important
> comments were checked in I did 'cvs commit -m"port to sunpro" in
> tools/build/jam_src and thus accidently checked in the build.sh I had to
> modify because it was giving me strange trouble.

Yea... that's the usual way unwanted changes get comitted. That's why, for
example, I run "cvs diff" before comitting.

> Shall I remove it with
> cvs admin (and do I have all necessary permissions on the server to do
> so) ?

I don't know almost anything about "cvs admin", but something like

cvs diff -r1.15 -r1.14 build.sh > build.sh.diff
patch < build.sh.diff
cvs diff build.sh
cvs ci build.sh

will surely work.

- Volodya

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk