|
Boost-Build :
|
- Next message: Toon Knapen: "RE: [jamboost] Re: [Boost-build] CVS: boost/tools/build/jam_src build.sh,1.14,1.15 builtins.c,1.19,1.20 compile.c,1.26,1.27 execunix.c,1.3,1.4 filesys.h,1.5,1.6 fileunix.c,1.8,1.9 frames.h,1.5,1.6 jam.c,1.23,1.24 make1.c,1.24,1.25 modules.c,1.4,1.5 newstr"
- Previous message: Rene Rivera: "RE: [jamboost] Re: [Boost-build] CVS: boost/tools/build/jam_src build.sh,1.14,1.15 builtins.c,1.19,1.20 compile.c,1.26,1.27 execunix.c,1.3,1.4 filesys.h,1.5,1.6 fileunix.c,1.8,1.9 frames.h,1.5,1.6 jam.c,1.23,1.24 make1.c,1.24,1.25 modules.c,1.4,1.5 newstr"
- In reply to: Toon Knapen: "RE: [jamboost] Re: [Boost-build] CVS: boost/tools/build/jam_src build.sh,1.14,1.15 builtins.c,1.19,1.20 compile.c,1.26,1.27 execunix.c,1.3,1.4 filesys.h,1.5,1.6 fileunix.c,1.8,1.9 frames.h,1.5,1.6 jam.c,1.23,1.24 make1.c,1.24,1.25 modules.c,1.4,1.5 newstr"
- Next in thread: Toon Knapen: "RE: [jamboost] Re: [Boost-build] CVS: boost/tools/build/jam_src build.sh,1.14,1.15 builtins.c,1.19,1.20 compile.c,1.26,1.27 execunix.c,1.3,1.4 filesys.h,1.5,1.6 fileunix.c,1.8,1.9 frames.h,1.5,1.6 jam.c,1.23,1.24 make1.c,1.24,1.25 modules.c,1.4,1.5 newstr"
- Reply: Toon Knapen: "RE: [jamboost] Re: [Boost-build] CVS: boost/tools/build/jam_src build.sh,1.14,1.15 builtins.c,1.19,1.20 compile.c,1.26,1.27 execunix.c,1.3,1.4 filesys.h,1.5,1.6 fileunix.c,1.8,1.9 frames.h,1.5,1.6 jam.c,1.23,1.24 make1.c,1.24,1.25 modules.c,1.4,1.5 newstr"
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
- Next message: Toon Knapen: "RE: [jamboost] Re: [Boost-build] CVS: boost/tools/build/jam_src build.sh,1.14,1.15 builtins.c,1.19,1.20 compile.c,1.26,1.27 execunix.c,1.3,1.4 filesys.h,1.5,1.6 fileunix.c,1.8,1.9 frames.h,1.5,1.6 jam.c,1.23,1.24 make1.c,1.24,1.25 modules.c,1.4,1.5 newstr"
- Previous message: Rene Rivera: "RE: [jamboost] Re: [Boost-build] CVS: boost/tools/build/jam_src build.sh,1.14,1.15 builtins.c,1.19,1.20 compile.c,1.26,1.27 execunix.c,1.3,1.4 filesys.h,1.5,1.6 fileunix.c,1.8,1.9 frames.h,1.5,1.6 jam.c,1.23,1.24 make1.c,1.24,1.25 modules.c,1.4,1.5 newstr"
- In reply to: Toon Knapen: "RE: [jamboost] Re: [Boost-build] CVS: boost/tools/build/jam_src build.sh,1.14,1.15 builtins.c,1.19,1.20 compile.c,1.26,1.27 execunix.c,1.3,1.4 filesys.h,1.5,1.6 fileunix.c,1.8,1.9 frames.h,1.5,1.6 jam.c,1.23,1.24 make1.c,1.24,1.25 modules.c,1.4,1.5 newstr"
- Next in thread: Toon Knapen: "RE: [jamboost] Re: [Boost-build] CVS: boost/tools/build/jam_src build.sh,1.14,1.15 builtins.c,1.19,1.20 compile.c,1.26,1.27 execunix.c,1.3,1.4 filesys.h,1.5,1.6 fileunix.c,1.8,1.9 frames.h,1.5,1.6 jam.c,1.23,1.24 make1.c,1.24,1.25 modules.c,1.4,1.5 newstr"
- Reply: Toon Knapen: "RE: [jamboost] Re: [Boost-build] CVS: boost/tools/build/jam_src build.sh,1.14,1.15 builtins.c,1.19,1.20 compile.c,1.26,1.27 execunix.c,1.3,1.4 filesys.h,1.5,1.6 fileunix.c,1.8,1.9 frames.h,1.5,1.6 jam.c,1.23,1.24 make1.c,1.24,1.25 modules.c,1.4,1.5 newstr"
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