File:  [NetBSD Developer Wiki] / wikisrc / wiki / cvs.mdwn
Revision 1.2: download - view: text, annotated - select for diffs
Wed Oct 21 01:15:50 2009 UTC (13 years, 7 months ago) by schmonz
Branches: MAIN
CVS tags: HEAD
Wrap lines for happy terminal editing.

    1: #### Getting wikisrc
    2: 
    3:     $ cvs -d <username>@wiki.netbsd.org:/cvsroot get wikisrc
    4: 
    5: 
    6: #### Editing page "foo"
    7: 
    8:     $ cd .../wikisrc
    9:     $ $EDITOR foo.mdwn
   10:     $ cvs commit -m "all about foo" foo.mdwn
   11: 
   12: When you commit to `wikisrc`, the pages affected by your edit are
   13: automatically regenerated. Your change will be displayed in
   14: [[RecentChanges]] as type _cvs_.
   15: 
   16: #### Previewing your changes
   17: 
   18:     $ cd .../pkgsrc/www/ikiwiki && make package-install clean
   19:     $ cd .../wikisrc && ikiwiki --render foo.mdwn

CVSweb for NetBSD wikisrc <wikimaster@NetBSD.org> software: FreeBSD-CVSweb