Evaluate Changelogic without registration!
  

Editing Code


After adding or removing files and directories of the code in working copy, one should let VCS repository know about performed changes by running one of the specific commands:

  • cvs add filename1, filename2 ... for adding new files using CVS;
  • cvs remove filename1, filename2 ... for removing existing files using CVS;
  • svn add filename1, filename2 ... for adding new files using Subversion;
  • svn remove filename1, filename2 ... for removing existing files using Subversion.

Running cvs/svn commit command is not usually obligatory since Changelogic commits changes automatically upon ending the development of a change.