Michael Vincent van Rantwijk, MultiZilla wrote: > Brian King wrote: > >> Michael Vincent van Rantwijk, MultiZilla wrote: >> >>> I have setup a local Apache2/PHP5 server because I want to work/test >>> my changes for the website locally, but I don't have the mozdev.org >>> templates and thus I need a quick and easy way to get: head.txt, >>> html_body.html, project_nav.html and footer.html included in all >>> pages, but without having to change all HTML files first. >>> >>> The question is: Is this possible? What do I need for this? >>> >> I think what you need to do is pull the 'templates' project: >> >> http://templates.mozdev.org/source.html >> >> Guest access should be enabled. >> >> - Brian >> > > I already tried: > cvs -d :pserver:[EMAIL PROTECTED]:/cvs login > Logging in to :pserver:[EMAIL PROTECTED]:2401/cvs > CVS password: guest > cvs -z3 -d :pserver:[EMAIL PROTECTED]:/cvs co templates/src templates/www > > Which gave me these errors: > cvs server: cannot find module `templates/src' - ignored > cvs [checkout aborted]: cannot expand modules > > Note: The example on http://templates.mozdev.org/source.html > makes use of "PROJECT" which I replaced with "templates". > _______________________________________________ > Project_owners mailing list > [email protected] > https://www.mozdev.org/mailman/listinfo/project_owners > >
This works here: cvs -z3 -d :pserver:[EMAIL PROTECTED]:/cvs co templates _______________________________________________ Project_owners mailing list [email protected] https://www.mozdev.org/mailman/listinfo/project_owners
