OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CVS
(Results
1 - 25
of
48
) sorted by relevancy
1
2
/src/external/gpl2/lvm2/dist/scripts/
last_cvs_update.sh
18
## Description: displays the last file updated by
CVS
commands and the date
21
##
cvs
co -D $date GFS and get the same version of the source
24
## Will also give you the
CVS
tag the source tree is based off
29
## The last file updated by
CVS
was:
53
if [[ -f $path/
CVS
/Tag ]];
54
then echo "Tag: " `cat $path/
CVS
/Tag | sed -e 's/^[NT]//'`
66
# remove the
CVS
part of it
67
sub(/
CVS
\/Entries/, "", path)
158
print "The last file updated by
CVS
was:"
/src/external/bsd/pkg_install/
prepare-import.sh
11
#
cvs
-d
cvs
.netbsd.org:/cvsroot import -m "Import pkg_install 20xxxxxx from pkgsrc" src/external/bsd/pkg_install/dist PKGSRC pkg_install-20xxxxxx
18
rm -rf
CVS
*/
CVS
view
/src/external/gpl2/xcvs/dist/contrib/
newcvsroot.sh
43
for dir in `find "${@:-.}" -name
CVS
`; do
sandbox_status.sh
16
# in
CVS
working directory
21
# checked out using
CVS
. It identifies files that have been added,
22
# changed, or removed in the working directory, but not "
cvs
23
# committed". It also determines whether the files have been "
cvs
24
# added" or "
cvs
removed". For directories, it is only practical to
30
# If we can't run
CVS
commands in this directory
31
cvs
status . > /dev/null 2>&1
49
if
cvs
status $file | grep -s '^From:[ ]*New file' ; then
50
echo "file added: $file - not
CVS
committed"
52
elif
cvs
status $file | grep -s '^From:[ ]*no entry for' ; the
[
all
...]
rcs2log.sh
17
# Generate a change log prefix from RCS files (perhaps in the
CVS
repository)
261
# If
CVS
is in use, examine its repository, not the normal RCS files.
262
if test ! -f
CVS
/Repository
267
rlog='
cvs
-q log'
268
repository=`sed 1q <
CVS
/Repository` || exit
269
test ! -f
CVS
/Root || CVSROOT=`cat <
CVS
/Root` || exit
285
echo >&2 "$0: $repository: bad repository (see
CVS
/Repository)"
/src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
mkdist
8
tar --exclude
CVS
-cvzf $HOME/${name}.tar.gz ${name} &&
/src/external/bsd/mdocml/
prepare-import.sh
5
rm -rf
CVS
ChangeLog.xsl style.css index.css *.sgml regress
/src/external/gpl2/grep/dist/
Makefile.am
24
# make
cvs
-clean blatantly stolen from KDE
CVS
;)
25
cvs
-clean:
26
@if test ! -d
CVS
; then \
27
echo "You don't have a toplevel
CVS
directory."; \
28
echo "You most certainly didn't use
cvs
to get these sources."; \
29
echo "But this function depends on
cvs
's information."; \
33
dirs=`find . -type d | grep -v
CVS
| sed -e "s#^./##"` ;\
35
if test ! -d "$$pwd/$$i/
CVS
"; then \
43
if grep "^/$$f/"
CVS
/Entries > /dev/null; then
[
all
...]
/src/sys/external/bsd/drm/dist/scripts/
create_linux_pci_lists.sh
12
This file is auto-generated from the drm_pciids.txt in the DRM
CVS
create_bsd_pci_lists.sh
12
This file is auto-generated from the drm_pciids.txt in the DRM
CVS
drm-scripts-gentree.pl
223
return if ($file =~ /
CVS
/);
/src/crypto/external/bsd/netpgp/
mkdist
15
tar --exclude
CVS
--exclude .libs --exclude autom4te.cache --exclude \*.lo --exclude \*.o --exclude \*.la -cvzf netpgp-$t.tar.gz netpgp-$t
/src/crypto/external/bsd/openssh/
openssh2netbsd
39
### Remove
CVS
40
find . -name
CVS
-print | xargs rm -r
/src/external/bsd/am-utils/dist/
cvs-server.txt
2
Here are generic
CVS
server instructions:
4
(1) Get an SSH Public key installed on
cvs
.am-utils.org. You can generate a
6
your ~/.ssh/authorized_keys file on
cvs
.am-utils.org. If you don't have
7
login access on
cvs
.am-utils.org, then email
13
$
cvs
-d ${USER}@
cvs
.am-utils.org:/home/cvsroot checkout am-utils
17
$
cvs
-d ${USER}@
cvs
.am-utils.org:/home/cvsroot checkout -r amd-6-1-stable am-utils
21
$
cvs
-d ${USER}@
cvs
.am-utils.org:/home/cvsroot checkout -r amd-6-0-stable am-util
[
all
...]
/src/external/bsd/iscsi/
mkdist
22
tar --exclude
CVS
--exclude .libs \
/src/external/gpl3/gcc/
gcc2gcc.old
52
echo "Cleaning
CVS
turds and ChangeLogs"
53
$doit find "$destdir" -name .
CVS
-exec rm -rf {} +
54
$doit find "$destdir" -name
CVS
-exec rm -rf {} +
61
echo
cvs
import src/external/gpl3/gcc.old NetBSD src-external-gpl3-gcc-$date
/src/external/bsd/libevent/
libevent2netbsd
12
#
cvs
import src/external/bsd/libevent/dist LIBEVENT libevent-X-Y-Z-stable
86
for f in $(grep -RL '\$NetBSD.*\$' $d include | grep -v
CVS
); do
/src/external/gpl2/xcvs/dist/
Makefile.am
31
DEVEL-
CVS
\
39
cvs
-format.el \
44
cvs
.spec \
/src/external/bsd/pcc/
prepare-import.sh
23
echo "
cvs
-d :pserver:anonymous@pcc.ludd.ltu.se:/cvsroot -f checkout -P -d work -N pcc"
28
echo "====> Removing pcc
CVS
directories..."
29
find work -type d -name
CVS
| xargs rm -Rf
90
echo "
cvs
import src/external/bsd/pcc/dist ragge pcc-${datestamp}"
/src/external/gpl2/xcvs/dist/maint-aux/
gnulib-update
21
"This script expects to be run from the top level of the
CVS
source tree."
91
CVS
. Use `
cvs
diff maint-aux/gnulib-filelist.txt' to view changes.
106
Makefile.am needs updating. Use `
cvs
diff lib/Makefile.gnulib' to
/src/external/gpl2/gmake/dist/tests/
test_driver.pl
167
@dirs = grep (!/^(\..*|
CVS
|RCS)$/, readdir (SCRIPTDIR) );
171
next if ($dir =~ /^(\..*|
CVS
|RCS)$/ || ! -d "$scriptpath/$dir");
177
@files = grep (!/^(\..*|
CVS
|RCS|.*~)$/, readdir (SCRIPTDIR) );
851
if ($object =~ /^(\.\.?|
CVS
|RCS)$/)
1000
@allfiles = grep (!/^(\.\.?|
CVS
|RCS)$/, readdir (DIR) );
1043
@files = grep (!/^(\.\.?|
CVS
|RCS)$/ && ($_ = "$path/$_"), @files);
/src/external/gpl2/xcvs/dist/src/
sanity.sh
3
# sanity.sh -- a growing testsuite for
cvs
.
26
echo " [-h HOSTNAME] [-s
CVS
-FOR-
CVS
-SERVER]
CVS
-TO-TEST \\"
45
echo "
CVS
-TO-TEST is found in)"
64
echo " test
CVS
using a symlink to a real CVSROOT"
66
echo " test a secondary/primary
CVS
server (writeproxy)"
69
echo "-p|--proxy test a secondary/primary
CVS
server (writeproxy)"
71
echo "-r|--remote test client/server, as opposed to local,
CVS
"
77
echo "-s
CVS
-FOR-CVS-SERVER
[
all
...]
/src/crypto/dist/ipsec-tools/misc/
cvs2cl.pl
8
### cvs2cl.pl: produce ChangeLog(s) from `
cvs
log` output. ###
28
# mirrors the information entered during `
cvs
commit'.
33
# We'd sort them; and spit them out. Unfortunately,
CVS
is *not atomic*
43
# So, we parse the output of `
cvs
log', storing log messages in a
167
# `
cvs
log -d`, this will repeat the last entry in the old log. This is OK,
278
# Pass this global option string along to
cvs
, to the left of `log':
281
# Pass this option string along to the
cvs
log subcommand:
284
# Read log output from stdin instead of invoking
cvs
log?
293
# Max checkin duration.
CVS
checkin is not atomic, so we may have checkin
333
package
CVS
::Utils::ChangeLog::EntrySet
[
all
...]
/src/external/bsd/openldap/dist/libraries/liblunicode/utbm/
README
120
1. Added copyright stuff and put in
CVS
.
/src/dist/pf/
README.NetBSD
12
# 1) Get the PF dist files and a copy of the
CVS
repository
21
# 10) Update your /usr/src (cd /usr/src &&
cvs
update -dPA)
24
# 13) Update your /usr/src one more time (cd /usr/src &&
cvs
update -dPA)
64
# GET COPY OF THE
CVS
REPOSITORY FOR LOCAL TEST IMPORTS
70
S="${NETBSDUSERNAME}@
cvs
.netbsd.org::cvsroot"
106
cvs
co -P src
112
cvs
update -dPA
118
cvs
update -dPA dist/pf sys/dist/pf
120
#
cvs
tag
122
cvs
tag BEFORE-PF-${VERTAG} dist/pf sys/dist/p
[
all
...]
Completed in 40 milliseconds
1
2
Indexes created Sun Jun 07 00:24:08 UTC 2026