Home
last modified time | relevance | path

Searched +refs:cvs +refs:insert +refs:file (Results 1 – 25 of 2462) sorted by relevance

12345678910>>...99

/dports/devel/monotone/monotone-1.1/src/
H A Drcs_import.cc758 I(file.size() > 2); in set_filename()
759 I(file.substr(file.size() - 2) == string(",v")); in set_filename()
760 string ss = file; in set_filename()
898 if (file.substr(file.size() - 2) == string(",v")) in visit_file()
902 import_rcs_file_with_cvs(db, file, cvs); in visit_file()
1173 clusters.insert(target); in import_branch()
1177 target->entries.insert(make_pair(i->path, in import_branch()
1184 target->tags.insert(*j); in import_branch()
1361 cvs.resolved_tags.insert(make_pair(*i, make_pair(p.time, p.rid))); in store_auxiliary_certs()
1366 cvs.resolved_tags.insert(make_pair(*i, make_pair(p.time, p.rid))); in store_auxiliary_certs()
[all …]
/dports/textproc/texi2html/texi2html-5.0/test/manuals/res_all/ccvs_mediawiki_nosplit/
H A Dcvs: Defining the module4cvs: Setting up the files#Setting up the files|Setting up the files]], Up: [[cvs: Starting a proje…
12 <div id="index-Editing-the-modules-file"></div>
17 &lsquo;<tt>modules</tt>&rsquo; file. This is not strictly necessary,
24 # Get a working copy of the modules file.
27 $ cvs checkout CVSROOT/modules
32file and insert a line that defines the module. See [[cvs: The administrative files#The administr…
39 # Commit your changes to the modules file.
42 $ cvs commit -m &quot;Added the tc module.&quot; modules
50 $ cvs release -d CVSROOT
H A Dcvs: The cvswrappers file4cvs: The commit support files#The commit support files|commit files]], Previous: [[cvs: The module…
9 <div id="The-cvswrappers-file"></div>
10 === The cvswrappers file ===
17 control certain settings based on the name of the file
24 a non-binary file is updated. <code>MERGE</code> means the usual
26 means that <code>cvs update</code> will refuse to merge
28 with &lsquo;<code>-kb</code>&rsquo; (but if the file is specified as
32 mechanisms outside <small>CVS</small>, to insert any necessary
37 copy one version of your file over the other, wiping
44 The basic format of the file &lsquo;<tt>cvswrappers</tt>&rsquo; is:
[all …]
H A Dcvs: diff options4cvs: diff examples#diff examples|diff examples]], Up: [[cvs: diff--Show differences between revisi…
49 : Ignore changes that just insert or delete blank lines.
96 : Ignore changes that just insert or delete lines that match <var>regexp</var>.
105 : Ignore changes that just insert or delete blank lines.
111 : Ignore changes that just insert or delete lines that match <var>regexp</var>.
138 ;&lsquo;<code>--new-file</code>&rsquo;
142 …r> to output a group of lines taken from just the second file in if-then-else format. See [[cvs: …
145 …format</var> to output a line taken from just the second file in if-then-else format. See [[cvs: …
148 …ar> to output a group of lines taken from just the first file in if-then-else format. See [[cvs: …
151 …>format</var> to output a line taken from just the first file in if-then-else format. See [[cvs: …
[all …]
/dports/textproc/texi2html/texi2html-5.0/test/manuals/res_info/ccvs_mediawiki_nosplit/
H A Dcvs: Defining the module4cvs: Setting up the files#Setting up the files|Setting up the files]], Up: [[cvs: Starting a proje…
12 <div id="index-Editing-the-modules-file"></div>
17 &lsquo;<tt>modules</tt>&rsquo; file. This is not strictly necessary,
24 # Get a working copy of the modules file.
27 $ cvs checkout CVSROOT/modules
32file and insert a line that defines the module. See [[cvs: The administrative files#The administr…
39 # Commit your changes to the modules file.
42 $ cvs commit -m &quot;Added the tc module.&quot; modules
50 $ cvs release -d CVSROOT
H A Dcvs: The cvswrappers file4cvs: The commit support files#The commit support files|commit files]], Previous: [[cvs: The module…
9 <div id="The-cvswrappers-file"></div>
10 === The cvswrappers file ===
17 control certain settings based on the name of the file
24 a non-binary file is updated. <code>MERGE</code> means the usual
26 means that <code>cvs update</code> will refuse to merge
28 with &lsquo;<code>-kb</code>&rsquo; (but if the file is specified as
32 mechanisms outside <small>CVS</small>, to insert any necessary
37 copy one version of your file over the other, wiping
44 The basic format of the file &lsquo;<tt>cvswrappers</tt>&rsquo; is:
[all …]
H A Dcvs: diff options4cvs: diff examples#diff examples|diff examples]], Up: [[cvs: diff--Show differences between revisi…
49 : Ignore changes that just insert or delete blank lines.
96 : Ignore changes that just insert or delete lines that match <var>regexp</var>.
105 : Ignore changes that just insert or delete blank lines.
111 : Ignore changes that just insert or delete lines that match <var>regexp</var>.
138 ;&lsquo;<code>--new-file</code>&rsquo;
142 …r> to output a group of lines taken from just the second file in if-then-else format. See [[cvs: …
145 …format</var> to output a line taken from just the second file in if-then-else format. See [[cvs: …
148 …ar> to output a group of lines taken from just the first file in if-then-else format. See [[cvs: …
151 …>format</var> to output a line taken from just the first file in if-then-else format. See [[cvs: …
[all …]
/dports/devel/fossil/fossil-src-2.17/tools/cvs2fossil/
H A Dfilerevtree26 lappend auto_path [file join [file dirname [info script]] lib]
31 package require vc::fossil::import::cvs::project::rev ; # Changesets
32 package require vc::fossil::import::cvs::state ; # State storage.
38 namespace import ::vc::fossil::import::cvs::state
39 namespace import ::vc::fossil::import::cvs::project::rev
53 state reading file
83 set fid [state one { SELECT fid FROM file WHERE name == $fname }]
92 set pid [state one { SELECT pid FROM file WHERE fid == $fid }]
140 dg node insert $key
162 set a [dg arc insert $rid $child]
[all …]
H A Dlodtree24 lappend auto_path [file join [file dirname [info script]] lib]
29 package require vc::fossil::import::cvs::state ; # State storage.
32 namespace import ::vc::fossil::import::cvs::state
63 dg node insert $sid
78 dg arc insert $sid $lod
86 file delete st.png
H A Dsymboltree24 lappend auto_path [file join [file dirname [info script]] lib]
29 package require vc::fossil::import::cvs::state ; # State storage.
32 namespace import ::vc::fossil::import::cvs::state
63 dg node insert $sid
78 dg arc insert $sid $lod
86 file delete st.png
/dports/shells/rush/rush-2.1/etc/
H A Drush.rc1 # Sample configuration file for rush.
19 rule cvs
20 match $command ~ "^cvs server"
21 set [0] = "/usr/bin/cvs"
40 insert [1] = "-r"
41 insert [2] = "/svnroot"
/dports/security/nmap/nmap-7.91/scripts/
H A Dcvs-brute-repository.nse4 local cvs = require "cvs"
18 -- nmap -p 2401 --script cvs-brute-repository <host>
23 -- | cvs-brute-repository:
30 -- @args cvs-brute-repository.nodefault when set the script does not attempt to
32 -- @args cvs-brute-repository.repofile a file containing a list of repositories
51 local o = { host = host, helper = cvs.Helper:new(host, port) }
70 table.insert(self.host.registry.cvs_repos, password)
93 "cvs-repository", "/home/cvsroot", "/var/cvs",
94 "/usr/local/cvs"}
96 local repofile = stdnse.get_script_args("cvs-brute-repository.repofile")
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/
H A DHOWtoTAG9 to insert the tag and branch information. Still in your checked
12 cvs tag release-3-2-1 newdir
13 cvs tag -r release-3-2-1 -b release-3-2-1-patches newdir
21 cvs update -d -r release-3-2-1-patches newdir
25 cvs status newdir
27 This will print out the version and sticky tag info for each file
/dports/editors/emacs-devel/emacs-4d1968b/lisp/
H A DChangeLog.91832 * info.el (info-insert-file-contents): Use info-file-exists-p
5787 * image-file.el (insert-image-file): When visiting an image,
8396 * image-file.el (insert-image-file): Don't make `read-only'
8531 * image-file.el (insert-image-file): Make `intangible' and
8893 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
9007 (cvs-insert-file): New function (extracted from cvs-mode-insert).
9029 (cvs-insert-strings): New function.
10245 (cvs-mode-insert): Jump to the new line.
14743 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
16602 (after-insert-file-set-buffer-file-coding-system):
[all …]
/dports/editors/emacs/emacs-27.2/lisp/
H A DChangeLog.91832 * info.el (info-insert-file-contents): Use info-file-exists-p
5787 * image-file.el (insert-image-file): When visiting an image,
8396 * image-file.el (insert-image-file): Don't make `read-only'
8531 * image-file.el (insert-image-file): Make `intangible' and
8893 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
9007 (cvs-insert-file): New function (extracted from cvs-mode-insert).
9029 (cvs-insert-strings): New function.
10245 (cvs-mode-insert): Jump to the new line.
14743 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
16602 (after-insert-file-set-buffer-file-coding-system):
[all …]
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/LibXML/optim/
H A Dhash_dict.patch3 RCS file: /cvs/gnome/gnome-xml/hash.c,v
95 for (insert = &(table->table[key]); insert->next != NULL;
96 insert = insert->next) {
101 + (insert->name2 == name2) &&
102 + (insert->name3 == name3))
140 for (insert = &(table->table[key]); insert->next != NULL;
141 insert = insert->next) {
146 + (insert->name2 == name2) &&
149 f(insert->payload, insert->name);
161 f(insert->payload, insert->name);
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/doc/misc/
H A Dpcl-cvs.texi192 @file{pcl-cvs-xemacs.el}.
313 @cindex @file{*cvs*} buffer contents
779 @file{*cvs-commit*}.
826 @findex cvs-mode-find-file
827 @findex cvs-mode-find-file-other-window
875 @file{*cvs-info*}.
891 @findex cvs-mode-remove-file
1181 @findex log-edit-insert-changelog
1185 @kbd{C-c C-a} (@kbd{log-edit-insert-changelog}). This looks for
1264 @file{*cvs*} buffer.
[all …]
/dports/editors/emacs/emacs-27.2/doc/misc/
H A Dpcl-cvs.texi192 @file{pcl-cvs-xemacs.el}.
313 @cindex @file{*cvs*} buffer contents
779 @file{*cvs-commit*}.
826 @findex cvs-mode-find-file
827 @findex cvs-mode-find-file-other-window
875 @file{*cvs-info*}.
891 @findex cvs-mode-remove-file
1181 @findex log-edit-insert-changelog
1185 @kbd{C-c C-a} (@kbd{log-edit-insert-changelog}). This looks for
1264 @file{*cvs*} buffer.
[all …]
/dports/sysutils/fetchlog/fetchlog-1.4/
H A Dfetchlog_service.cfg5 # copy this file to conf.d/ or insert the contents at the beginning of
10 # cvs: $Id: fetchlog_service.cfg,v 1.1 2010/06/18 18:17:47 afrika Exp $
/dports/textproc/texi2html/texi2html-5.0/test/manuals/res_all/ccvs_mediawiki/
H A Dcvs: Starting a project with CVS4cvs: Revisions#Revisions|Revisions]], Previous: [[cvs: The Repository#The Repository|Repository]],…
14 through your file organization. It is not impossible
109 files are binary and which are not. See [[cvs: Reference manual for Administrative files#The cvswr…
194 <div id="index-Editing-the-modules-file"></div>
199 &lsquo;<tt>modules</tt>&rsquo; file. This is not strictly necessary,
206 # Get a working copy of the modules file.
209 $ cvs checkout CVSROOT/modules
214file and insert a line that defines the module. See [[cvs: The Repository#The administrative file…
221 # Commit your changes to the modules file.
224 $ cvs commit -m &quot;Added the tc module.&quot; modules
[all …]
/dports/textproc/texi2html/texi2html-5.0/test/manuals/res_info/ccvs_mediawiki/
H A Dcvs: Starting a project with CVS4cvs: Revisions#Revisions|Revisions]], Previous: [[cvs: The Repository#The Repository|Repository]],…
14 through your file organization. It is not impossible
109 files are binary and which are not. See [[cvs: Reference manual for Administrative files#The cvswr…
194 <div id="index-Editing-the-modules-file"></div>
199 &lsquo;<tt>modules</tt>&rsquo; file. This is not strictly necessary,
206 # Get a working copy of the modules file.
209 $ cvs checkout CVSROOT/modules
214file and insert a line that defines the module. See [[cvs: The Repository#The administrative file…
221 # Commit your changes to the modules file.
224 $ cvs commit -m &quot;Added the tc module.&quot; modules
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/doc/emacs/
H A Dvc1-xtra.texi244 @findex vc-insert-headers
246 To insert a suitable header string into the current buffer, use the
247 command @kbd{M-x vc-insert-headers}. This command works only on
249 @code{vc-@var{backend}-header} contains the list of keywords to insert
250 into the version header; for instance, CVS uses @code{vc-cvs-header},
254 @code{vc-insert-headers} command inserts each keyword in the list on a
358 @vindex vc-cvs-global-switches
360 operations in the variable @code{vc-cvs-global-switches}. These
364 @vindex vc-cvs-stay-local
368 @code{vc-cvs-stay-local}. If @code{vc-cvs-stay-local} is
[all …]
/dports/editors/emacs/emacs-27.2/doc/emacs/
H A Dvc1-xtra.texi244 @findex vc-insert-headers
246 To insert a suitable header string into the current buffer, use the
247 command @kbd{M-x vc-insert-headers}. This command works only on
249 @code{vc-@var{backend}-header} contains the list of keywords to insert
250 into the version header; for instance, CVS uses @code{vc-cvs-header},
254 @code{vc-insert-headers} command inserts each keyword in the list on a
358 @vindex vc-cvs-global-switches
360 operations in the variable @code{vc-cvs-global-switches}. These
364 @vindex vc-cvs-stay-local
368 @code{vc-cvs-stay-local}. If @code{vc-cvs-stay-local} is
[all …]
/dports/science/nest/nest-simulator-3.1/testsuite/regressiontests/
H A Dticket-777.sli4 * This file is part of NEST.
42 %% insert here each datatype you want to test
51 ({/) condition type cvs join ( /proc if} should not be allowed) join fail_or_die
55 ({/) condition type cvs join ( /proc1 /proc2 elseif} should not be allowed) join fail_or_die
/dports/textproc/texi2html/texi2html-5.0/test/manuals/res/ccvs_mediawiki/
H A Dcvs: Starting a project with CVS5 <td valign="middle" align="left">|[[cvs#Top| Up ]]|</td>
12 <td valign="middle" align="left">|[[cvs#Top|Top]]|</td>
25 through your file organization. It is not impossible
142 …d which are not. See section [[cvs: Reference manual for Administrative files#The cvswrappers fil…
260 <div id="index-Editing-the-modules-file"></div>
265 &lsquo;<tt>modules</tt>&rsquo; file. This is not strictly necessary,
272 # Get a working copy of the modules file.
275 $ cvs checkout CVSROOT/modules
280file and insert a line that defines the module. See section [[cvs: The Repository#The administrat…
287 # Commit your changes to the modules file.
[all …]

12345678910>>...99