Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Wiki Markup
\[the latter two arguments are required by CVS but arbitrary -- read help on cvs import for more details\]  Also, it will ask you for a commit message.  I couldn't remember the vi commands to save (:w) or quit (:q): http://www.vmunix.com/~gabor/vi.html#Partb

No Format

$cd ..

$cvs remove -fR foo

$cd ..

$cvs commit

That's it for the actual CVS move. Verify the move succeeded by doing a clean checkout of both commons and commons-sandbox. Verify that ViewVC has picked up the changes correctly.

...