Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I edit a wiki page directly through subversion?

directly edit page Subversion wiki
0
Posted

How do I edit a wiki page directly through subversion?

0

You can also add and edit pages directly through Subversion, since all wiki pages are stored in the /wiki/ directory in your project’s Subversion repository. Most developers only check out the /trunk/ directory. To have /wiki/ in your working copy, you might use a command of the form: svn checkout https://PROJECTNAME.googlecode.com/svn/wiki/ PROJECTNAME-wiki –username USERNAME Each wiki page is stored in a corresponding file in the repository’s /wiki directory. E.g., a page named “UserGuide” would be stored in /wiki/UserGuide.wiki. You may edit, delete, or add wiki pages by editing, deleting, or adding files that fit that convention. The contents of a .wiki file should be plain text that follows the WikiSyntax. Other files and directories under /wiki are currently ignored.

0

You can also add and edit pages directly through Subversion, since all wiki pages are stored in the /wiki/ directory in your project’s Subversion repository.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.