\r
%VERSION% ([go](http://code.google.com/p/gitblit/downloads/detail?name=%GO%)|[war](http://code.google.com/p/gitblit/downloads/detail?name=%WAR%)) based on [%JGIT%][jgit] *released %BUILDDATE%*\r
\r
+- clarified SSL certificate generation and configuration for both server-side and client-side\r
+- added some more troubleshooting information to documentation\r
+- replaced JavaService with Apache Commons Daemon\r
+\r
issues & binaries @ [Google Code][googlecode]<br/>\r
sources @ [Github][gitbltsrc]\r
\r
- Gitblit may eat your data. Use at your own risk.\r
- Gitblit may have security holes. Patches welcome. :)\r
\r
-## Todo List\r
-- Code documentation\r
-- Unit testing\r
-\r
-### Under Consideration\r
-- Clone remote repository feature\r
-- Blob page improvements\r
- - view images\r
- - view other binary files (pdf, doc, etc)\r
-- Markdown editing feature\r
-- Stronger Ticgit read-only integration\r
- - activity/timeline\r
- - query feature with paging support\r
- - change history\r
-- Ticgit write integration\r
-\r
[jgit]: http://eclipse.org/jgit "Eclipse JGit Site"
\ No newline at end of file
**Example**\r
\r
java -jar gitblit.jar --userService c:\myrealm.properties --storePassword something\r
+\r
+## Upgrading Gitblit\r
+Generally, upgrading is easy.\r
+\r
+Since Gitblit does not use a database the only files you have to worry about are your configuration file (`gitblit.properties` or `web.xml`) and possibly your `users.properties` file.\r
+\r
+Any important changes to the setting keys or default values will always be mentioned in the [release log](releases.html).\r
+\r
+### Upgrading Gitblit WAR\r
+1. Backup your `web.xml` file\r
+2. Delete currently deployed gitblit WAR\r
+3. Deploy new WAR and overwrite the `web.xml` file with your backup\r
+4. Review and optionally apply any new settings as indicated in the [release log](releases.html). \r
+ \r
+### Upgrading Gitblit GO\r
+ \r
+1. Backup your `gitblit.properties` file\r
+2. Backup your `users.properties` file *(if it is located in the Gitblit GO folder)*\r
+3. Unzip Gitblit GO to a new folder\r
+4. Overwrite the `gitblit.properties` file with your backup\r
+5. Overwrite the `users.properties` file with your backup *(if it was located in the Gitblit GO folder)*\r
+6. Review and optionally apply any new settings as indicated in the [release log](releases.html).\r
+\r
+#### Upgrading Windows Service\r
+You may need to delete your old service definition and install a new one depending on what has changed in the release. \r
\r
## Gitblit Configuration\r
\r
<link rel="stylesheet" type="text/css" href="./gitblit.css"/>\r
<link rel="stylesheet" type="text/css" href="./markdown.css"/>\r
<link rel="shortcut icon" type="image/png" href="./gitblt-favicon.png" />\r
- <meta name="ROBOTS" content="INDEX, NOFOLLOW">\r
+ <meta name="ROBOTS" content="INDEX">\r
<meta http-equiv="imagetoolbar" content="no" />\r
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />\r
<meta name="keywords" content="java git server" />\r