Commit Graph

15 Commits

Author SHA1 Message Date
kili
a2e52b65da Let it build with the new boehm-gc, and add a help file to the PLIST. 2007-07-14 22:17:22 +00:00
todd
e6bfa659fb cvs or I forgot to commit these, either way pointed out by STeve Andre', thanks! 2005-12-06 19:05:21 +00:00
espie
4c049c59dc Yet another libz misuse. 2003-12-19 00:11:48 +00:00
todd
694027cd6c remove the nogc flavor, pointless now that boehm-gc works again
update to the last public release opencm0.1.2alpha7pl1-1
2003-10-15 13:12:04 +00:00
todd
31057a08c0 update to 0.1.2alpha5pl2 from 0.1.0alpha18
see http://www.opencm.org/news.html for hilights of this update, major
noteworthy changes include:

- sxd has gone away, gzfs is 'interim' while 'sxd2' is almost ready
- if you have an old sxd repository, read the mailing list archives for
  how to update (use an interum version)
- an incompatible update to the server/client protocol requires that you
  update both at the same time

(as a reminder, this is 'alpha' and as such is subject to incompatible changes
 like the above.  expect more to come when sxd2 emerges)

Also, add a 'nogc' flavor that removes the dependency on boehm-gc, at the
cost of not free()'ing all memory allocated (read: at the moment, most).
2003-05-23 13:22:14 +00:00
todd
cc9f2babf2 - much improved/cleaned 'logmail' log messages (prompted by art)
- ignore vim .*.swp files, from Alexander Yurchenko <grange@rt.mipt.ru>
2002-11-04 16:01:32 +00:00
todd
e18e0273a9 make _sure_ we dont use the includes from the in-tree version of boehm-gc 2002-10-11 12:34:20 +00:00
todd
6e9c7cab13 update to alpha17 (finally some activity!) 2002-10-11 12:27:00 +00:00
todd
2076b86927 use gc.h and co from /usr/local/include 2002-09-12 15:07:23 +00:00
todd
33c4e5d770 ugh. dont patch a generated file. 2002-09-04 21:18:04 +00:00
todd
ad8c2e31b3 o 64bit fixes are back, tested on i386, alpha, sparc64 (more archs work now
than before)
o add the 'cm mv file* dir/.' fix from current
o we do not use zlib in this tree, remove an irrelevent patch accordingly
2002-09-04 16:21:43 +00:00
todd
0aa50eff78 64bit stuff breaks in bad ways. more testing needed 2002-08-28 22:23:29 +00:00
todd
9937b48075 this snuck in. bye! 2002-08-27 18:01:09 +00:00
todd
ee03b19c7a I was reminded about 64bit patches.
o rename three patches to 'update-patches' naming conventions
o add 64bit patches
o add other tidbits from my
   opencm://opencm.org/everyone/todd@fries.net/home/merge-candidate
  branch
2002-08-27 17:43:14 +00:00
todd
47060f5673 OpenCM alpha16
OpenCM is designed as a secure, high-integrity replacement for CVS. A list of
the key features can be found on the features page. While not as ``feature
rich'' as CVS, it supports some useful things that CVS lacks. Briefly, OpenCM
provides first-class support for renames and configuration, cryptographic
authentication and access control, and first-class branches. 

The OpenCM project was originally started because we needed a secure,
high-integrity configuration management system for the EROS project.
Alternatives, such as BitKeeper, Subversion, and PerForce, either did not
meet our requirements or were not available at the time the work started. We
had previously used CVS, but it's absence of real branches and configurations
finally drove us to build a better tool.
2002-08-27 16:46:09 +00:00