Useful commands

  • Add a new file or a new directory : cvs add filename
  • Commit a change : cvs ci -m "commentaire" filename
  • Add a non-branch tag : cvs tag -R Cruzet_Summer_08
  • Remove a tag : cvs tag -d Cruzet_Summer_08
  • Commit a change giving a revision number : cvs ci -r1.2 filename
  • Commit a change giving the branch number, revision number will be calculated : cvs ci -r1 filename
  • Remove a file (will appear as dead file) : cvs remove -f filename;  cvs ci -m"" filename
  • Remove empty local directories (can't delete dir on server) : cvs update -P

-- JlAgram - 10 Mar 2009

Edit | Attach | Watch | Print version | History: r6 < r5 < r4 < r3 < r2 | Backlinks | Raw View | WYSIWYG | More topic actions
Topic revision: r6 - 2009-03-24 - JlAgram
 
    • Cern Search Icon Cern Search
    • TWiki Search Icon TWiki Search
    • Google Search Icon Google Search

    Main All webs login

This site is powered by the TWiki collaboration platform Powered by PerlCopyright &© 2008-2023 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
or Ideas, requests, problems regarding TWiki? use Discourse or Send feedback