X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=doc-maint%2Fweb-pages.org;fp=doc-maint%2Fweb-pages.org;h=0000000000000000000000000000000000000000;hb=b10966961672512a212cc61192d0b08cf91c4c0c;hp=cc71f1483f27c22c3ac85a0c8a35dd17c2dc1059;hpb=e147dd97d26b46902200491dbe0a8755266555d3;p=xboard.git diff --git a/doc-maint/web-pages.org b/doc-maint/web-pages.org deleted file mode 100644 index cc71f14..0000000 --- a/doc-maint/web-pages.org +++ /dev/null @@ -1,40 +0,0 @@ -The home page for XBoard are kept in CVS. This is a unfortunate, since -we keep the code in git and hopefully will change in the -future. Luckily there is a cvsexport/import command for git that can help. - -Possible setup: - -cvs web page in /home/user/xboard-cvs -git in /home/user/xboard-git - -Add the following entries in /home/user/xboard-git/.git/config: - -[cvsimport] - module = xboard - d = :ext:@cvs.sv.gnu.org:/webcvs/xboard -[cvsexportcommit] - cvsdir = /home/user/xboard-cvs - -It's probably best to have a tracking branch for the cvs tree, one -that branch you should be able to use: - -git cvsimport -a - -to import all cvs-commits into the git tree. You can merge that branch -with the www-branch in git. - -To push a git-commit (from branch www) into cvs, you can use: - -git cvsexportcommit -v -c - -This can only be done one commit at a time AFAIK. In case of conflicts -cvsexportcommit will leave a .msg and patchfile (something like -.cvscommitpatch) in the CVS directory that you can apply by hand and -then fix the merge conflicts and apply the commit by hand via "cvs -commit" (use "cvs add " if you need to add new files). - -GNU also provides a script to update the online manual from the texi -file. It's called gendocs.sh (see same directory as this file). There -might be newer version around, so it could be worth checking for them -every now and then. -