note CVS usage
parent
df2c155557
commit
e4e63a6f17
|
@ -65,6 +65,7 @@ source. (Remember to replace "foo" with the real directory name.)
|
|||
|
||||
git clone foo.git foo.src
|
||||
svn checkout file://`pwd`/foo.svn/trunk foo.src
|
||||
cvs -d `pwd`/foo get -P ikiwiki
|
||||
bzr clone foo foo.src
|
||||
hg clone foo foo.src
|
||||
# TODO monotone, tla
|
||||
|
|
|
@ -124,6 +124,12 @@ revision control.
|
|||
ikiwiki-makerepo svn $SRCDIR $REPOSITORY
|
||||
"""]]
|
||||
|
||||
[[!toggle id=subversion text="CVS"]]
|
||||
[[!toggleable id=cvs text="""
|
||||
REPOSITORY=~/wikirepo
|
||||
ikiwiki-makerepo cvs $SRCDIR $REPOSITORY
|
||||
"""]]
|
||||
|
||||
[[!toggle id=git text="Git"]]
|
||||
[[!toggleable id=git text="""
|
||||
REPOSITORY=~/wiki.git
|
||||
|
|
Loading…
Reference in New Issue