26
edits
(New page: Mercurial is a version control system, like subversion in that it manages changes in your code, but different in that it's designed to be distributed. Git and bazaar are also distr...) |
(changed filepath for hgweb.cgi) |
||
Line 15: | Line 15: | ||
receive@murphy (~/public_html) % chmod 711 hg | receive@murphy (~/public_html) % chmod 711 hg | ||
receive@murphy (~/public_html) % cd hg | receive@murphy (~/public_html) % cd hg | ||
receive@murphy (~/public_html/hg) % cp /usr/ | receive@murphy (~/public_html/hg) % cp /usr/share/doc/mercurial-common/examples/hgweb.cgi . | ||
receive@murphy (~/public_html/hg) % chmod 755 hgweb.redbrick.cgi | receive@murphy (~/public_html/hg) % chmod 755 hgweb.redbrick.cgi | ||
edits