OpenBSD CVS

CVS log for src/usr.bin/cvs/Makefile


[BACK] Up to [local] / src / usr.bin / cvs

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.48 / (download) - annotate - [select for diffs], Fri Oct 15 08:44:12 2010 UTC (13 years, 7 months ago) by tobias
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, HEAD
Changes since 1.47: +4 -4 lines
Diff to previous 1.47 (colored)

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

Revision 1.47 / (download) - annotate - [select for diffs], Sat Jun 21 15:39:15 2008 UTC (15 years, 11 months ago) by joris
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.46: +6 -5 lines
Diff to previous 1.46 (colored)

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@

Revision 1.46 / (download) - annotate - [select for diffs], Tue Jun 10 01:00:34 2008 UTC (15 years, 11 months ago) by joris
Branch: MAIN
Changes since 1.45: +2 -2 lines
Diff to previous 1.45 (colored)

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@

Revision 1.45 / (download) - annotate - [select for diffs], Sun Mar 2 11:29:24 2008 UTC (16 years, 2 months ago) by brad
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.44: +1 -4 lines
Diff to previous 1.44 (colored)

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

ok joris@

Revision 1.44 / (download) - annotate - [select for diffs], Sat Mar 1 22:39:22 2008 UTC (16 years, 2 months ago) by joris
Branch: MAIN
Changes since 1.43: +2 -2 lines
Diff to previous 1.43 (colored)

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

Revision 1.43 / (download) - annotate - [select for diffs], Tue Feb 26 21:08:35 2008 UTC (16 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored)

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

Revision 1.42 / (download) - annotate - [select for diffs], Sat Feb 2 19:32:28 2008 UTC (16 years, 3 months ago) by joris
Branch: MAIN
Changes since 1.41: +4 -4 lines
Diff to previous 1.41 (colored)

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

Revision 1.41 / (download) - annotate - [select for diffs], Mon Sep 17 10:07:21 2007 UTC (16 years, 8 months ago) by tobias
Branch: MAIN
Changes since 1.40: +7 -7 lines
Diff to previous 1.40 (colored)

Imported atomicio interface.

Requested by ray@, OK joris@

Revision 1.40 / (download) - annotate - [select for diffs], Tue Jun 26 18:02:43 2007 UTC (16 years, 10 months ago) by xsa
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.39: +4 -3 lines
Diff to previous 1.39 (colored)

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

Revision 1.39 / (download) - annotate - [select for diffs], Mon Jun 18 17:54:12 2007 UTC (16 years, 11 months ago) by joris
Branch: MAIN
Changes since 1.38: +3 -3 lines
Diff to previous 1.38 (colored)

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@

Revision 1.38 / (download) - annotate - [select for diffs], Sun Apr 15 13:23:59 2007 UTC (17 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored)

adjust Makefile for my man changes;
fixes user/5449

thanks Owain Ainsworth for pointing out my stupid mistake

Revision 1.37 / (download) - annotate - [select for diffs], Wed Feb 14 06:34:20 2007 UTC (17 years, 3 months ago) by niallo
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.36: +4 -4 lines
Diff to previous 1.36 (colored)

Fix spacing in Makefile.

ok joris@

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

Revision 1.36 / (download) - annotate - [select for diffs], Mon Feb 12 14:35:28 2007 UTC (17 years, 3 months ago) by xsa
Branch: MAIN
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored)

remove unused leftovers from openrcs; OK joris@.

Revision 1.35 / (download) - annotate - [select for diffs], Fri Jan 12 09:27:25 2007 UTC (17 years, 4 months ago) by xsa
Branch: MAIN
Changes since 1.34: +4 -4 lines
Diff to previous 1.34 (colored)

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

Revision 1.34 / (download) - annotate - [select for diffs], Sun Jan 7 02:39:24 2007 UTC (17 years, 4 months ago) by joris
Branch: MAIN
Changes since 1.33: +4 -4 lines
Diff to previous 1.33 (colored)

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

Revision 1.33 / (download) - annotate - [select for diffs], Mon Nov 27 14:19:53 2006 UTC (17 years, 5 months ago) by xsa
Branch: MAIN
Changes since 1.32: +6 -6 lines
Diff to previous 1.32 (colored)

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

Revision 1.32 / (download) - annotate - [select for diffs], Tue Nov 14 09:47:52 2006 UTC (17 years, 6 months ago) by xsa
Branch: MAIN
Changes since 1.31: +3 -3 lines
Diff to previous 1.31 (colored)

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

Revision 1.31 / (download) - annotate - [select for diffs], Mon Nov 13 12:06:27 2006 UTC (17 years, 6 months ago) by xsa
Branch: MAIN
Changes since 1.30: +5 -5 lines
Diff to previous 1.30 (colored)

Build admin command.

Revision 1.30 / (download) - annotate - [select for diffs], Fri Jul 7 17:37:17 2006 UTC (17 years, 10 months ago) by joris
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.29: +6 -5 lines
Diff to previous 1.29 (colored)

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).

Revision 1.29 / (download) - annotate - [select for diffs], Mon Jun 12 13:56:00 2006 UTC (17 years, 11 months ago) by xsa
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

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

Revision 1.28 / (download) - annotate - [select for diffs], Wed Jun 7 18:19:07 2006 UTC (17 years, 11 months ago) by xsa
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored)

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

Revision 1.27 / (download) - annotate - [select for diffs], Tue May 30 07:00:30 2006 UTC (17 years, 11 months ago) by joris
Branch: MAIN
Changes since 1.26: +3 -3 lines
Diff to previous 1.26 (colored)

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

Revision 1.26 / (download) - annotate - [select for diffs], Mon May 29 05:34:31 2006 UTC (17 years, 11 months ago) by joris
Branch: MAIN
Changes since 1.25: +3 -3 lines
Diff to previous 1.25 (colored)

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.

Revision 1.25 / (download) - annotate - [select for diffs], Sun May 28 21:11:12 2006 UTC (17 years, 11 months ago) by joris
Branch: MAIN
Changes since 1.24: +4 -4 lines
Diff to previous 1.24 (colored)

add basic 'cvs log' support.

Revision 1.24 / (download) - annotate - [select for diffs], Sun May 28 10:15:35 2006 UTC (17 years, 11 months ago) by joris
Branch: MAIN
Changes since 1.23: +3 -3 lines
Diff to previous 1.23 (colored)

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

Revision 1.23 / (download) - annotate - [select for diffs], Sat May 27 18:04:46 2006 UTC (17 years, 11 months ago) by joris
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

basic support for CVSROOT/config - only supporting the 'tag' and
'umask' keyword right now.

Revision 1.22 / (download) - annotate - [select for diffs], Sat May 27 03:30:30 2006 UTC (17 years, 11 months ago) by joris
Branch: MAIN
Changes since 1.21: +7 -9 lines
Diff to previous 1.21 (colored)

commit the new opencvs code, i have been hacking on
this for the past 2 weeks now and it should go in at
the start of the hackathon so others can help out.

this code is a lot safer, smarter, faster and best of
all it is actually doing what it is suppose to do!

basic checkout, update, status, diff and commit are
working in local mode only.
there is no support for any remote setups now.

Revision 1.21 / (download) - annotate - [select for diffs], Sun Apr 2 02:42:33 2006 UTC (18 years, 1 month ago) by ray
Branch: MAIN
Changes since 1.20: +7 -7 lines
Diff to previous 1.20 (colored)

Enable DEBUG=-g -ggdb for rcs, move -g -ggdb out of CFLAGS for cvs.
Line up flags while I'm at it.

OK to add DEBUG flags to rcs niallo@.

Revision 1.20 / (download) - annotate - [select for diffs], Thu Mar 9 10:56:33 2006 UTC (18 years, 2 months ago) by xsa
Branch: MAIN
Changes since 1.19: +4 -3 lines
Diff to previous 1.19 (colored)

move joris' timezone support into rcstime.c; more work to be done there.
OK joris@.

Revision 1.19 / (download) - annotate - [select for diffs], Wed Mar 8 20:19:39 2006 UTC (18 years, 2 months ago) by joris
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

make openrcs use the worklist framework to keep track of temporary files
and remove them in case it gets interrupted.

suggested by deraadt@, ok niallo@

Revision 1.18 / (download) - annotate - [select for diffs], Tue Jan 3 17:04:53 2006 UTC (18 years, 4 months ago) by xsa
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.17: +9 -6 lines
Diff to previous 1.17 (colored)

renaming zlib.{c,h} files to compress.{c,h} and link to build;
was pretty stupid calling them that way;
ok joris@ niallo@.

Revision 1.17 / (download) - annotate - [select for diffs], Sat Dec 10 20:27:45 2005 UTC (18 years, 5 months ago) by joris
Branch: MAIN
Changes since 1.16: +3 -3 lines
Diff to previous 1.16 (colored)

switch to xmalloc stuff, me and xsa@ agreed on this a long
time ago, but we were being held back by jfb. too bad for him.

next step is to use fatal() through out the code for unrecoverable
errors instead of trying to be all nice and fluffy and reach main() again.

ok niallo@ and xsa@

Revision 1.16 / (download) - annotate - [select for diffs], Sat Nov 12 21:34:48 2005 UTC (18 years, 6 months ago) by niallo
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

- remove strtab stuff. serves no useful purpose.

diff is from joris@, committing on his behalf because his net connection
is very dodgy right now.

Revision 1.15 / (download) - annotate - [select for diffs], Sat Oct 22 17:34:47 2005 UTC (18 years, 7 months ago) by joris
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

forgot this in previous commit;

Revision 1.14 / (download) - annotate - [select for diffs], Thu Oct 6 16:36:09 2005 UTC (18 years, 7 months ago) by mickey
Branch: MAIN
Changes since 1.13: +3 -5 lines
Diff to previous 1.13 (colored)

put cpp flags into CPPFLAGS and cleanup ../makefile.inc dupes; joris ok

Revision 1.13 / (download) - annotate - [select for diffs], Mon Aug 8 14:59:41 2005 UTC (18 years, 9 months ago) by xsa
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

add cvswrappers doc; mucho input/ok jmc, ok jfb joris;

Revision 1.12 / (download) - annotate - [select for diffs], Tue Aug 2 11:00:56 2005 UTC (18 years, 9 months ago) by xsa
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

document the cvsignore file; input/ok jmc@, ok jfb@.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Jul 4 07:11:10 2005 UTC (18 years, 10 months ago) by xsa
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored)

enable all commands; ok joris@.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Jun 9 01:10:00 2005 UTC (18 years, 11 months ago) by joris
Branch: MAIN
Changes since 1.9: +1 -4 lines
Diff to previous 1.9 (colored)



remove useless cvsd leftovers.

from Michael Knudsen

Revision 1.9 / (download) - annotate - [select for diffs], Tue Jun 7 09:06:15 2005 UTC (18 years, 11 months ago) by joris
Branch: MAIN
Changes since 1.8: +1 -2 lines
Diff to previous 1.8 (colored)



remove ancient and unused CVS define. it was a leftover from
the daemon.

ok xsa@

Revision 1.8 / (download) - annotate - [select for diffs], Tue May 24 04:12:25 2005 UTC (19 years ago) by jfb
Branch: MAIN
Changes since 1.7: +6 -4 lines
Diff to previous 1.7 (colored)

Merge the cvs_cmd and cvs_cmd_info structures and add the necessary
fields to hook local versions of the commands.  This needs to go in
before it gets any bigger

ok joris

Revision 1.7 / (download) - annotate - [select for diffs], Tue May 17 16:45:07 2005 UTC (19 years ago) by xsa
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)

enable `release' command; tested & ok joris@.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Apr 15 16:15:34 2005 UTC (19 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.5: +1 -2 lines
Diff to previous 1.5 (colored)

pick up BINDIR from above; ok joris

Revision 1.5 / (download) - annotate - [select for diffs], Fri Apr 15 15:47:06 2005 UTC (19 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.4: +25 -4 lines
Diff to previous 1.4 (colored)

build cvs right out of the base directory, no need for a subdir (you may
need some obj cleaning as a result of this); ok jfb

Revision 1.4 / (download) - annotate - [select for diffs], Wed Apr 6 22:08:53 2005 UTC (19 years, 1 month ago) by joris
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)



remove dead and unused code

ok jfb@

Revision 1.3 / (download) - annotate - [select for diffs], Wed Mar 9 15:42:30 2005 UTC (19 years, 2 months ago) by xsa
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

connect rcs/ stuffs; ok jfb joris

Revision 1.2 / (download) - annotate - [select for diffs], Mon Jul 26 17:29:49 2004 UTC (19 years, 9 months ago) by jfb
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1 (colored)

Fix header

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Jul 13 22:02:40 2004 UTC (19 years, 10 months ago) by jfb
Branch: OpenCVS
CVS Tags: OpenCVS_0_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

* initial import from the cvs-tools module

Revision 1.1 / (download) - annotate - [select for diffs], Tue Jul 13 22:02:40 2004 UTC (19 years, 10 months ago) by jfb
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.