OpenBSD CVS

CVS log for src/usr.bin/cvs/version.c


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.26 / (download) - annotate - [select for diffs], Thu Jun 1 08:08:24 2017 UTC (6 years, 11 months ago) by joris
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, HEAD
Changes since 1.25: +3 -5 lines
Diff to previous 1.25 (colored)

Stop looking at current_cvsroot->cr_method to figure out if we're remote or not.

Instead use cvsroot_is_local() and cvsroot_is_remote().

Revision 1.25 / (download) - annotate - [select for diffs], Wed May 2 16:26:50 2007 UTC (17 years ago) by xsa
Branch: MAIN
CVS Tags: 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, 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, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.24: +4 -1 lines
Diff to previous 1.24 (colored)

like the init command, version does not take any extra args.
from Tobias Stoeckmann.

Revision 1.24 / (download) - annotate - [select for diffs], Thu Feb 22 06:42:10 2007 UTC (17 years, 2 months ago) by otto
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.23: +1 -4 lines
Diff to previous 1.23 (colored)

general includes cleanup sweep. ok joris@ niallo@

Revision 1.23 / (download) - annotate - [select for diffs], Thu Jan 11 02:35:55 2007 UTC (17 years, 4 months ago) by joris
Branch: MAIN
Changes since 1.22: +2 -1 lines
Diff to previous 1.22 (colored)

in a remote setup:
do not connect to the remote server until we are sure all the options
passed to the commands are valid.

noticed by xsa@

Revision 1.22 / (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.21: +27 -40 lines
Diff to previous 1.21 (colored)

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

Revision 1.21, Sat May 27 03:30:31 2006 UTC (17 years, 11 months ago) by joris
Branch: MAIN
Changes since 1.20: +1 -1 lines
FILE REMOVED

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.20 / (download) - annotate - [select for diffs], Fri Apr 14 02:45:35 2006 UTC (18 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.19: +3 -3 lines
Diff to previous 1.19 (colored)

remove a metric buttload of excessive ()
no binary change; ok ray

Revision 1.19 / (download) - annotate - [select for diffs], Mon Jan 2 08:11:56 2006 UTC (18 years, 4 months ago) by xsa
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.18: +2 -8 lines
Diff to previous 1.18 (colored)

#include's cleanup; ok joris@ niallo@.

Revision 1.18 / (download) - annotate - [select for diffs], Mon Jul 25 12:13:08 2005 UTC (18 years, 9 months ago) by xsa
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

KNF;

Revision 1.17 / (download) - annotate - [select for diffs], Thu Jun 2 20:15:03 2005 UTC (18 years, 11 months ago) by joris
Branch: MAIN
Changes since 1.16: +1 -2 lines
Diff to previous 1.16 (colored)



be gone unused init handler.

Revision 1.16 / (download) - annotate - [select for diffs], Thu Jun 2 20:12:06 2005 UTC (18 years, 11 months ago) by joris
Branch: MAIN
Changes since 1.15: +2 -9 lines
Diff to previous 1.15 (colored)



handle commands which do not have any init callback a bit
better, eliminates the use of dummy functions.

OK jfb@

Revision 1.15 / (download) - annotate - [select for diffs], Tue May 31 08:58:48 2005 UTC (18 years, 11 months ago) by xsa
Branch: MAIN
Changes since 1.14: +4 -4 lines
Diff to previous 1.14 (colored)

headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;

Revision 1.14 / (download) - annotate - [select for diffs], Fri May 27 18:54:48 2005 UTC (18 years, 11 months ago) by xsa
Branch: MAIN
Changes since 1.13: +1 -2 lines
Diff to previous 1.13 (colored)

remove dup include of "log.h"

Revision 1.13 / (download) - annotate - [select for diffs], Wed May 25 06:22:08 2005 UTC (18 years, 11 months ago) by jfb
Branch: MAIN
Changes since 1.12: +15 -5 lines
Diff to previous 1.12 (colored)

fix version by adding an init handler which sets the argument count
correctly

Revision 1.12 / (download) - annotate - [select for diffs], Wed May 25 06:02:00 2005 UTC (18 years, 11 months ago) by joris
Branch: MAIN
Changes since 1.11: +4 -3 lines
Diff to previous 1.11 (colored)



change some printf()'s to cvs_printf() for the server.

okay jfb@

Revision 1.11 / (download) - annotate - [select for diffs], Tue May 24 04:12:25 2005 UTC (19 years ago) by jfb
Branch: MAIN
Changes since 1.10: +16 -5 lines
Diff to previous 1.10 (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.10 / (download) - annotate - [select for diffs], Thu May 12 23:46:31 2005 UTC (19 years ago) by joris
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)



add CF_NOFILES flag

Revision 1.9 / (download) - annotate - [select for diffs], Sun Apr 3 17:32:50 2005 UTC (19 years, 1 month ago) by xsa
Branch: MAIN
Changes since 1.8: +1 -2 lines
Diff to previous 1.8 (colored)

first round of EX_* exit codes removal; ok joris@.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Mar 30 17:43:04 2005 UTC (19 years, 1 month ago) by joris
Branch: MAIN
Changes since 1.7: +8 -14 lines
Diff to previous 1.7 (colored)



move all the client commands to the new command framework.
eliminates a lot of duplicate code.

ok jfb@

Revision 1.7 / (download) - annotate - [select for diffs], Tue Dec 7 17:10:56 2004 UTC (19 years, 5 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.6: +9 -9 lines
Diff to previous 1.6 (colored)

less whitespace, more pretty.  ok jfb

Revision 1.6 / (download) - annotate - [select for diffs], Fri Aug 27 15:39:22 2004 UTC (19 years, 8 months ago) by jfb
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

When the remote version string points to NULL, print "(unknown)" like
GNU CVS does

Revision 1.5 / (download) - annotate - [select for diffs], Mon Aug 2 22:45:57 2004 UTC (19 years, 9 months ago) by jfb
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4 (colored)

When we connect to a remote server, always send the Version request and
add a hack so we don't print it (we receive it through a 'M') but store
it in the cvs root structure instead.  This will allow us to make better
decisions in what we use to communicate with the remote server.

Revision 1.4 / (download) - annotate - [select for diffs], Fri Jul 30 01:49:25 2004 UTC (19 years, 9 months ago) by jfb
Branch: MAIN
Changes since 1.3: +11 -10 lines
Diff to previous 1.3 (colored)

Move to the new API for the client-server protocol.  All functions now
take a cvs root structure as parameter.  This will allow for much easier
management of CVS trees that make use of multiple roots.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Jul 29 18:23:25 2004 UTC (19 years, 9 months ago) by jfb
Branch: MAIN
Changes since 1.2: +0 -4 lines
Diff to previous 1.2 (colored)

No need to import the `cvs_root' symbol anymore, it is done in cvs.h

Revision 1.2 / (download) - annotate - [select for diffs], Wed Jul 28 01:57:16 2004 UTC (19 years, 9 months ago) by jfb
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

Pass the appropriate arguments to cvs_client_connect() and
cvs_client_disconnect()

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.