CvsCommand

CVSNT command reference

  1. Command List
  2. add
  3. admin
  4. annotate
  5. chacl
  6. checkout
  7. chown
  8. commit
  9. diff
  10. edit
  11. editors
  12. export
  13. history
  14. import
  15. init
  16. info
  17. log
  18. login
  19. logout
  20. ls
  21. lsacl
  22. passwd
  23. authserver
  24. rannotate
  25. rdiff
  26. release
  27. remove
  28. rlog
  29. rtag
  30. server
  31. status
  32. tag
  33. unedit
  34. update
  35. version
  36. watch
  37. watchers

1. Command List

Command

Synonyms

Summary

add

ad,new

Add a new file/directory to the repository.

admin

adm,rcs

Administration front end for rcs.

annotate

ann

Show last revision where each line was modified.

authserver

Authentication server mode.

chacl

setacl,setperm

Change the Access Control List for a directory.

checkout

co,get

Checkout sources for editing.

chown

setowner

Change the owner of a directory.

commit

ci,com

Check files into the repository.

diff

di,dif

Show differences between revisions.

edit

Get ready to edit a watched file.

editors

See who is editing a watched file.

export

exp,ex

Export sources from CVS, similar to checkout.

history

hi,his

Show repository access history.

import

im,imp

Import sources into CVS, using vendor branches.

init

Create a CVS repository if it doesn't exist.

info

Display information about all supported protocols.

log

lo

Print out history information for files.

login

logon,lgn

Prompt for password for authenticating server.

logout

Removes entry in password cache for remote repository.

ls

dir,list

List directories on the server.

lsacl

lsattr,listperm

List the directories' Access Control List.

passwd

password,setpass

Set password and administer users.

rannotate

rann,ra

Show last revision where each line of module was modified.

rdiff

patch,pa

Create 'patch' format diffs between releases.

release

re,rel

Indicate that a Module is no longer in use.

remove

rm,delete

Remove an entry from the repository.

rlog

rl

Print out history information for a module.

rtag

rt,rfreeze

Add a symbolic tag to a module.

server

Server mode.

status

st,stat

Display status information on checked out files.

tag

ta,freeze

Add a symbolic tag to checked out version of files.

unedit

Undo an edit command.

update

up,upd

Bring work tree in sync with repository.

version

ve,ver

Show current CVS version(s).

watch

Set watches.

watchers

See who is watching a file.

2. add

cvs add [-k rcs-kflag] [-m message] files...

3. admin

cvs admin [options] files...
THIS COMMAND BYPASSESS NORMAL CVS OPERATIONS. DO NOT USE THIS COMMAND UNLESS YOU KNOW THE CONSEQUENCES OF USING IT.

4. annotate

cvs annotate [-lRf] [-r rev] [-D date] [files...]

More info at CvsChapter87.

5. chacl

cvs chacl -R [-r tag] {user|default}:[{[r][w][c]|[n]}] [directory...]

6. checkout

cvs checkout [-ANPRcflnps] [-r rev] [-D date] [-d dir] [-j rev1] [-j rev2] [-k kopt] modules...

7. chown

cvs chown user directory...

8. commit

cvs commit [-nRlf] [-m msg | -F logfile] [-r rev] files...

9. diff

cvs diff [-lNR] [rcsdiff-options] [[-r rev1 | -D date1] [-r rev2 | -D date2]] [files...]

10. edit

cvs edit [-cflR] [files...]

11. editors

cvs editors [-lR] [files...]

12. export

cvs export [-NRfln] [-r rev] [-D date] [-d dir] [-k kopt] module...

13. history

cvs history [-report] [-flags] [-options args] [files...]

14. import

cvs import [C] [-d] [-f] [-k subst] [-I ign] [-m msg] [-b branch] [-W spec] [-n] repository [vendor-tag] [release-tags...]

15. init

cvs init

16. info

cvs info [protocol]

17. log

cvs log [-lRhtNbT] [-r[revisions]] [-d dates] [-s states] [-w[logins]] [files...]

18. login

cvs login

19. logout

cvs logout

20. ls

cvs ls [-q] [-e] [-l] [-R] [-T] [-r rev] [-D date] [modules...]

21. lsacl

cvs lsacl [directory...]

22. passwd

cvs passwd [-a] [-x] [-X] [-r real_user] [-R] [-D domain] [username]

23. authserver

cvs authserver

Normally invoked by a cvs client on a remote machine.

24. rannotate

cvs rannotate [-lRf] [-r rev] [-D date] [files...]

25. rdiff

cvs rdiff [-flR] [-c|-u] [-s|-t] [-V %d] -r rev|-D date [-r rev2 | -D date2] modules...

26. release

cvs release [-d [-f]] [-e] directories...

27. remove

cvs remove [-flR] [files...]

28. rlog

cvs rlog [-lRhtSNb] [-r[revisions]] [-d dates] [-s states] [-w[logins]] [files...]

29. rtag

cvs rtag [-abdFflnR] [-r rev|-D date] tag modules...

30. server

cvs server

31. status

cvs status [-vlR] [files...]

32. tag

cvs tag [-bcdFflR] [-r rev|-D date] tag [files...]

33. unedit

cvs unedit [-lR] [files...]

34. update

cvs update [-APCdflRp] [-k kopt] [-r rev] [-D date] [-j rev] [-I ign] [-W spec] [files...]

35. version

cvs version

36. watch

cvs watch [on|off|add|remove] [-lR] [-a action] [files...]

37. watchers

cvs watchers [-lR] [files...]


CategoryDocumentation

last edited 2005-12-10 11:08:46 by GerhardFiedler