History log of /openbsd-src/usr.bin/cvs/Makefile (Results 1 – 25 of 48)
Revision Date Author Comments
# fead43df 15-Oct-2010 tobias <tobias@openbsd.org>

Replaced RCS parser code with new rcsparse.{c,h}:
- be very strict about things we parse
- print more information about errors if they occur
- do not fatal() directly in parser, give caller a chance

Replaced RCS parser code with new rcsparse.{c,h}:
- be very strict about things we parse
- print more information about errors if they occur
- do not fatal() directly in parser, give caller a chance to react
- fix an rcs design issue when it comes to login names

tested by many on tech@

ok xsa

show more ...


# 8fbb14c0 21-Jun-2008 joris <joris@openbsd.org>

add a hash table mechanism based upon hcreate(3) but one that allows
us to maintain multiple hash tables concurrently.

immediatly start using it to keep track of what directories
we have already cre

add a hash table mechanism based upon hcreate(3) but one that allows
us to maintain multiple hash tables concurrently.

immediatly start using it to keep track of what directories
we have already created and what CVS dirs we already created so
we do not recreate them when we do not need to.

we will be switching more internals to use this soon.
rejoice for cheaper lookups.

ok tobias@

show more ...


# b034d592 10-Jun-2008 joris <joris@openbsd.org>

New trigger framework that allows us to run the required scripts
defined in CVSROOT/commitinfo and CVSROOT/loginfo and so on.

This enables the use of log_accum2 and all that other nice stuff we like

New trigger framework that allows us to run the required scripts
defined in CVSROOT/commitinfo and CVSROOT/loginfo and so on.

This enables the use of log_accum2 and all that other nice stuff we like.

This was mostly written by Jonathan Armani with help from tobias@ and myself.

ok tobias@

show more ...


# 1dafcae2 02-Mar-2008 brad <brad@openbsd.org>

- Remove LIBZ from DPADD.
- Garbage collect DPADD and LDADD.

ok joris@


# 66b0b662 01-Mar-2008 joris <joris@openbsd.org>

remove cruft that is simply rotting away, its not used for
anything and until somebody writes -z support its shit we dont need.


# aea7f752 26-Feb-2008 deraadt <deraadt@openbsd.org>

do not install cvs.1 or cvs.5 yet; ok joris


# 75bebbcc 02-Feb-2008 joris <joris@openbsd.org>

initial CVSROOT/modules support, only does aliases at the moment (-a).
"modules.c, hurray!" xsa@, ok tobias@


# bb59aecc 17-Sep-2007 tobias <tobias@openbsd.org>

Imported atomicio interface.

Requested by ray@, OK joris@


# eb6eca7c 26-Jun-2007 xsa <xsa@openbsd.org>

Bring back the release command. More work to be done though.
OK joris@ niallo@.


# 3901dfa5 18-Jun-2007 joris <joris@openbsd.org>

first stab at history stuff for opencvs, currently only writes
to CVSROOT/history but cannot parse it yet with the 'history' command.

"Commit it." ray@


# a72e2cdc 15-Apr-2007 jmc <jmc@openbsd.org>

adjust Makefile for my man changes;
fixes user/5449

thanks Owain Ainsworth for pointing out my stupid mistake


# 5bf6ff4f 14-Feb-2007 niallo <niallo@openbsd.org>

Fix spacing in Makefile.

ok joris@

From: Igor Sobrado <igor at string1.ciencias.uniovi.es>


# 38542ac2 12-Feb-2007 xsa <xsa@openbsd.org>

remove unused leftovers from openrcs; OK joris@.


# 80afc5c5 12-Jan-2007 xsa <xsa@openbsd.org>

link to build the edit, editors, unedit, watch, and watchers commands.
more work needs to be done for them though.


# db758d52 07-Jan-2007 joris <joris@openbsd.org>

rewrite of the logmessage code, which allows you to
enter a logmessage into your favorite editor when commiting.


# 7d8fc710 27-Nov-2006 xsa <xsa@openbsd.org>

client-side of the annotate command is usable, build it too.


# f5e00cb0 14-Nov-2006 xsa <xsa@openbsd.org>

Bring back version command. Still needs tweaks to make the
gnu cvs client<->opencvs server setup work. Rest works fine.


# 9e88bdb3 13-Nov-2006 xsa <xsa@openbsd.org>

Build admin command.


# 9fac60a5 07-Jul-2006 joris <joris@openbsd.org>

first part of opencvs remote, fairly useable on existing trees
although i advise against using it on real development trees for now.

only a few commands work right so far:
- commit
- diff
- status
-

first part of opencvs remote, fairly useable on existing trees
although i advise against using it on real development trees for now.

only a few commands work right so far:
- commit
- diff
- status
- log
- update (partially working)

if you feel like testing remote and run into bugs feel free to
contact me, and please include a full trace (-t).

show more ...


# db68708c 12-Jun-2006 xsa <xsa@openbsd.org>

bring back a working version of the `cvs init' command. OK joris@.


# a7e730bb 07-Jun-2006 xsa <xsa@openbsd.org>

bring back tag command; basic tag addition/deletion available. OK joris@.


# 1dd2d57e 30-May-2006 joris <joris@openbsd.org>

hello import, only works for non-existing repositories right now,
but work is in progress for importing stuff into existing repositories.


# 27a8b24e 29-May-2006 joris <joris@openbsd.org>

add remove support, hacked by xsa@ but lots of modifications
from me to actually make it work properly.

commiting since xsa@ is not around and i want to move forward.
ray@ agrees.


# e8c16deb 28-May-2006 joris <joris@openbsd.org>

add basic 'cvs log' support.


# 19615a73 28-May-2006 joris <joris@openbsd.org>

enable basic add command, only works on files right now.


12