Searched refs:checkout (Results 1 – 25 of 51) sorted by relevance
123
| /freebsd-9-stable/contrib/cvs/ |
| D | MINOR-BUGS | 9 it back to the original modes after the checkout (probably '-kkv'). 51 * On remote checkout, files don't have the right time/date stamps in 55 stamp on the checkout/update command. Please note that this really 59 belong under the "checkout" function? Perhaps it is more logically
|
| D | ChangeLog.zoo | 144 * Doing "cvs checkout module/file.c" now works even if 185 % cvs checkout -rFOO_2_0_Patch foo 211 % cvs checkout -jPersonal_Hack module 213 to checkout a fresh copy. 237 added to commit/rtag/tag/checkout/update. 239 * The -j options of checkout/update have been added. The "cvs join" 265 % cvs checkout -jTAG:yesterday -jTAG module 272 % cvs checkout -jTAG:'1 week ago' -jTAG module 285 * The -P option of "cvs checkout" now means to Prune empty 287 directories. However, if you do "checkout" with any -r options, -P [all …]
|
| D | FAQ | 160 get when you "checkout" something fresh, or when you use the 185 <branch_tag>" option to the "checkout" command, you will record 255 3. How do I create and checkout a branch? 273 cvs checkout -r <branch_tag> module 319 that allows you to "checkout" the branch, to "commit" files to the end 443 If you don't have a working directory, you can checkout and merge in 446 cvs checkout -j <branch_tag> <module> 479 branch is to move to the branch you want via "checkout -r" or "update 502 options on "update" or "checkout". 737 To set your "default CVS branch" to BRANCH1, you must use "checkout" [all …]
|
| D | DEVEL-CVS | 25 Policy regarding checkout-only access:
|
| D | NEWS | 199 * An intermittant assertion failure in checkout has been fixed. 772 Note that passwords specified in a checkout command will be saved in the 836 which tells CVS to modify the behavior of the "checkout" command. The 1047 checkout -r <tag>". 1089 * "cvs update", "cvs rdiff", "cvs checkout", "cvs import", "cvs 1351 * Doing "cvs checkout module/file.c" now works even if 1392 % cvs checkout -rFOO_2_0_Patch foo 1418 % cvs checkout -jPersonal_Hack module 1420 to checkout a fresh copy. 1444 added to commit/rtag/tag/checkout/update. [all …]
|
| D | INSTALL | 92 5) Having done step 4, one should be able to checkout a fresh copy of the 97 $ cvs checkout ccvs 279 CVS directly from a checkout from CVS. The name of the built executable, 320 checkout' is swamping your network and memory, enable flow control. 321 You will end up with even less probability of a consistent checkout 392 *know* you have to if "cvs checkout" core dumps in some ndbm
|
| D | FREEBSD-upgrade | 41 - Allow -D with -r on checkout.
|
| /freebsd-9-stable/contrib/cvs/man/ |
| D | cvs.1 | 69 \fBcvs checkout\fP \fImodules\fP\|.\|.\|. 240 can also considerably speed up checkout's over NFS. 342 .` "cvs checkout" 357 .B checkout 373 .` "cvs checkout" 415 .` "cvs checkout", 486 .BR checkout ", " diff ", " history ", " export ", " 516 .BR checkout ", " export ", " 523 .BR add ", " checkout ", " diff ", " rdiff ", " export ", and " 542 .BR checkout ", " commit ", " diff ", " [all …]
|
| /freebsd-9-stable/contrib/tzdata/ |
| D | CONTRIBUTING | 31 git checkout master 37 git checkout -b mybranch
|
| /freebsd-9-stable/contrib/libarchive/ |
| D | FREEBSD-upgrade | 7 svn checkout http://libarchive.googlecode.com/svn/release/2.8
|
| /freebsd-9-stable/contrib/cvs/src/ |
| D | ChangeLog-97 | 228 * sanity.sh (basicb-0d0): New test, for checkout on existing 387 * update.c (update_fileproc): Fix comment; direct checkout is 562 * checkin.c, checkout.c, commit.c, cvs.h, import.c, login.c, 937 * checkout.c (checkout_proc): Add comment about assuming '/' is 957 checkout.c fix changes the way this test module is checked out. 973 * checkout.c (checkout_proc): rewrote the code that sets the where 983 (checkout): remove code that performed a CHDIR if the 1090 * checkout.c (checkout_proc): sanitize the repository name after 1137 * checkout.c (checkout): fix typo in comment. 1254 * add.c, admin.c, checkin.c, checkout.c, classify.c, commit.c, [all …]
|
| D | ChangeLog-9395 | 41 * update.c (update), checkout.c (checkout_proc), commit.c (commit), 271 * checkout.c (checkout_proc), client.c, lock.c (readers_exist), 291 commit.c, client.c, checkout.c, admin.c, add.c: 338 * checkout.c (checkout): use send_to_server() now. 408 * edit.c, edit.h: New file, to handle new read-only checkout features. 1242 * add.c, checkout.c, commit.c, cvs.h, filesubr.c, import.c, 1456 * checkout.c: cvs export now takes -k option and does not default 1458 * checkout.c, cvs.h, modules.c: Modules file now takes -e option 1651 it's used in checkout.c. 1661 * checkout.c (checkout, build_dirs_and_chdir): Same. [all …]
|
| D | Makefile.am | 39 checkout.c \
|
| D | main.c | 116 { "checkout", "co", "get", checkout, 0 }, 121 { "export", "exp", "ex", checkout, CVS_CMD_USES_WORK_DIR },
|
| D | Makefile.in | 67 buffer.$(OBJEXT) checkin.$(OBJEXT) checkout.$(OBJEXT) \ 219 checkout.c \ 397 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/checkout.Po@am__quote@
|
| D | ChangeLog-96 | 3 * checkout.c (build_dirs_and_chdir): Reproduced block containing 6 to the checkout command. 119 * checkout.c (safe_location): Only call readlink if HAVE_READLINK. 286 * add.c, checkin.c, checkout.c, filesubr.c: Nuke arbitrary limit 471 * checkout.c, history.c: added logging/reporting of cvs export 568 * cvs.h (admin, add, checkout, commit, diff, history, import, 717 checkout" and friends in messages. In testing output of cvs 904 * checkout.c (safe_location): Do not reject a location merely 1220 * checkout.c (checkout_proc): Call RCS_parse to get the default 1421 * checkout.c (build_dirs_and_chdir): Call Subdir_Register. [all …]
|
| D | ChangeLog | 606 * checkout.c (export_usage): Note that -r requires a tag. 993 * Makefile.am, add.c, admin.c, annotate.c, checkin.c, checkout.c, 1025 * checkout.c (checkout_proc): Passing the repository to 1597 checkin.c (Checkin), checkout.c (safe_location, build_dirs_and_chdir), 1794 .cvsrc file (.cvsrc "checkout -r" used to cause the "rm -r 1" 1864 * checkout.c (build_dir_and_chdir): Expand header comment. 1923 * checkout.c (checkout_proc): s/is_absolute/isabsolute/. 1927 * checkout.c (checkout_proc): Remove unneeded variable and enclosing 2051 * checkout.c (safe_location): Remove unused variable(s). 2239 * checkout.c (safe_location): Add more complete header comment. [all …]
|
| /freebsd-9-stable/contrib/ofed/management/ |
| D | make.dist | 143 git checkout $target/configure.in
|
| /freebsd-9-stable/contrib/cvs/contrib/ |
| D | intro.doc | 45 copy of the directory, and do a 'checkout' of the directory you 49 cvs checkout views
|
| /freebsd-9-stable/usr.bin/csup/ |
| D | TODO | 26 checkout files (files in CVS/ subdirectores), a command line override
|
| /freebsd-9-stable/contrib/libpcap/ |
| D | TODO | 10 autogen.sh script to run autoconf etc. after checkout. I think we
|
| /freebsd-9-stable/gnu/usr.bin/cvs/cvs/ |
| D | Makefile | 15 checkin.c checkout.c classify.c client.c \
|
| /freebsd-9-stable/contrib/cvs/doc/ |
| D | cvs.texinfo | 516 source for @samp{tc}. For this, you use the @code{checkout} command: 519 $ cvs checkout tc 803 cvs -d /usr/local/cvsroot checkout yoyodyne/tc 1489 cvs -d :local:/usr/local/cvsroot checkout yoyodyne/tc 1805 any other module. Use @samp{cvs checkout CVSROOT} to get a working 1815 then committing the same correction via a checkout of the @file{CVSROOT} 1817 checked out copy, or the next checkout and commit to the 2058 checkout, since this will cause @sc{cvs} to store a cleartext copy of the 2295 cvs -d :ext:bach@@faun.example.org:/usr/local/cvsroot checkout foo 2570 cvs -d :pserver:faun.example.org:/usr/local/cvsroot checkout someproj [all …]
|
| /freebsd-9-stable/share/examples/csh/ |
| D | dot.cshrc | 104 …'n@help@(add blame cat checkout cleanup commit copy delete export help import info list ls lock lo… 105 …ropset resolved revert status switch unlock update)@' 'p@1@(add blame cat checkout cleanup commit \
|
| /freebsd-9-stable/contrib/sendmail/ |
| D | FREEBSD-upgrade | 17 % svn checkout $FSVN/head/contrib/sendmail head
|
123