mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-02 11:35:57 +01:00
Fix old Bitbucket Wikilinks to Github docs
This commit is contained in:
@@ -80,8 +80,7 @@ repositories over http.
|
||||
|
||||
- [Building SCM-Manager from source](build-from-source.md "wikilink")
|
||||
- [Java Client API](java-client-api.md "wikilink")
|
||||
- [Code
|
||||
Snippets](https://bitbucket.org/sdorra/scm-manager/wiki/code-snippets "wikilink")
|
||||
- [Code Snippets](code-snippets.md "wikilink")
|
||||
- [Configuring Eclipse projects for
|
||||
SCM-Manager](configure-eclipse.md "wikilink")
|
||||
- [Plugin Descriptor](plugin-descriptor.md "wikilink")
|
||||
|
||||
@@ -1 +1 @@
|
||||
Moved to [State of SCM-Manager 2 development](https://bitbucket.org/sdorra/scm-manager/wiki/State%20of%20SCM-Manager%202%20development)
|
||||
Moved to [State of SCM-Manager 2 development](State of SCM-Manager 2 development.md)
|
||||
|
||||
@@ -3,13 +3,10 @@ Code Snippets
|
||||
|
||||
### User Interface
|
||||
|
||||
- [extend
|
||||
navigation](https://bitbucket.org/sdorra/scm-manager/wiki/snippet-extend-navigation "wikilink")
|
||||
- [add tab to repository
|
||||
configuration](https://bitbucket.org/sdorra/scm-manager/wiki/snippet-repository-tab "wikilink")
|
||||
- [extend global
|
||||
configuration](https://bitbucket.org/sdorra/scm-manager/wiki/snippet-config-group "wikilink")
|
||||
- [extend navigation](snippet-extend-navigation.md "wikilink")
|
||||
- [add tab to repository configuration](snippet-repository-tab.md "wikilink")
|
||||
- [extend global configuration](snippet-config-group.md "wikilink")
|
||||
|
||||
=== Backend ==
|
||||
### Backend
|
||||
|
||||
- [Authentication](https://bitbucket.org/sdorra/scm-manager/wiki/snippet-authentication "wikilink")
|
||||
- [Authentication](snippet-authentication.md "wikilink")
|
||||
|
||||
11
docs/faq.md
11
docs/faq.md
@@ -12,13 +12,13 @@ Password: scmadmin
|
||||
SCM-Manager stores the complete data in a directory called .scm (the
|
||||
SCM-Manager home directory). This directory is located in the home
|
||||
directory of the user which is the owner of the process. Except for [rpm
|
||||
and
|
||||
deb](https://bitbucket.org/sdorra/scm-manager/wiki/RPM%20and%20DEB%20packages "wikilink")
|
||||
and deb](RPM%20and%20DEB%20packages.md "wikilink")
|
||||
installations, for those installations the home directory is located at
|
||||
/var/lib/scm.
|
||||
|
||||
=== How can I change the SCM-Manager home directory? You could change
|
||||
the SCM-Manager home directory in a few ways:
|
||||
### How can I change the SCM-Manager home directory?
|
||||
|
||||
You could change the SCM-Manager home directory in a few ways:
|
||||
|
||||
- Edit the scm.properties (WEB-INF/classes) file and add the path to
|
||||
your folder f.e. scm.home=/var/scm
|
||||
@@ -34,8 +34,7 @@ use a \"/\" in the name of the repository to create the structure. For
|
||||
example the repositories Project/module-1, Project/module-2 and
|
||||
OtherProject/module-1 will result in the following structure.
|
||||
|
||||
For more information have a look at
|
||||
<https://bitbucket.org/sdorra/scm-manager/issue/47/support-for-directory-structure>.
|
||||
For more information have a look at [Support for directory structure](https://github.com/scm-manager/scm-manager/issues/47).
|
||||
|
||||
### After creation of a new public repository I am trying to clone it anonymously, but I got request of user and password. What am I doing wrong?
|
||||
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
Redmine Plugin
|
||||
--------------
|
||||
|
||||
Is based on
|
||||
[scm-jira-plugin](https://bitbucket.org/sdorra/scm-manager/wiki/jira-plugin "wikilink")
|
||||
Is based on [scm-jira-plugin](jira-plugin.md "wikilink").
|
||||
|
||||
The plugin enables the following features to integrate SCM-Manager to
|
||||
[Redmine](http://www.redmine.org/ "wikilink"):
|
||||
@@ -15,10 +14,9 @@ The plugin enables the following features to integrate SCM-Manager to
|
||||
|
||||
### Installation and configuration
|
||||
|
||||
1. Enable redmine rest authentication
|
||||
(http://www.redmine.org/projects/redmine/wiki/Rest\_api, basically
|
||||
1. Enable [Redmine rest authentication](https://www.redmine.org/projects/redmine/wiki/Rest_api#Authentication), basically
|
||||
\'you have to check Enable REST API in Administration -\> Settings
|
||||
-\> Authentication\' )
|
||||
-\> Authentication\'
|
||||
2. Install redmine-plugin over the plugin center in scm-manager
|
||||
3. Configure the plugin, select a repository to enable the
|
||||
redmine-plugin for this repository
|
||||
|
||||
@@ -505,8 +505,7 @@ SCM-Manager 1.5
|
||||
|
||||
- - note\*\*
|
||||
|
||||
- mod\_proxy users have to change their configuration, see [mod\_proxy
|
||||
configuration](https://bitbucket.org/sdorra/scm-manager/wiki/apache/apache-mod_proxy "wikilink")
|
||||
- mod\_proxy users have to change their configuration, see [mod\_proxy configuration](apache/apache-mod_proxy.md "wikilink")
|
||||
|
||||
<!-- -->
|
||||
|
||||
|
||||
@@ -637,5 +637,4 @@ SCM-Manager 1.20
|
||||
|
||||
- update logback to version 1.0.7
|
||||
|
||||
[Release 1.19 -
|
||||
1.0](https://bitbucket.org/sdorra/scm-manager/wiki/release%20notes%201.19%20-%201.0 "wikilink")
|
||||
[Release 1.19 - 1.0](release%20notes%201.19%20-%201.0.md "wikilink")
|
||||
|
||||
@@ -2,8 +2,7 @@
|
||||
|
||||
- Versions prior to 1.36 are creating incompatible subversion
|
||||
repositories, if the subversion option \"with 1.7 Compatible\" is
|
||||
enabled. [read
|
||||
more](https://bitbucket.org/sdorra/scm-manager/wiki/healthchecks/svn-incompatible-dbformat "wikilink")
|
||||
enabled. [read more](healthchecks/svn-incompatible-dbformat.md "wikilink")
|
||||
- since version 1.18 scm-manager requires mercurial 1.9 or newer
|
||||
- since version 1.49 Java 7 or newer is required
|
||||
- version 1.58 and 1.59 are not working on java 7, but version 1.60
|
||||
@@ -526,5 +525,4 @@ SCM-Manager 1.40
|
||||
|
||||
- update args4j to version 2.0.28
|
||||
|
||||
[Release 1.39 -
|
||||
1.20](https://bitbucket.org/sdorra/scm-manager/wiki/release%20notes%201.39%20-%201.20 "wikilink")
|
||||
[Release 1.39 - 1.20](release%20notes%201.39%20-%201.20.md "wikilink")
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
Mercurial Subrepositories
|
||||
-------------------------
|
||||
|
||||
In the following examples i will use the
|
||||
[scm-cli-client](https://bitbucket.org/sdorra/scm-manager/wiki/command-line-client "wikilink")
|
||||
In the following examples i will use the [scm-cli-client](command-line-client.md "wikilink")
|
||||
to create the repositories, but you can also use the web interface to
|
||||
create the repositories.
|
||||
|
||||
@@ -22,8 +21,7 @@ from the plugin-center (requires scm-manager version 1.10 or higher).
|
||||
Create a repository for the main repository and for each nested
|
||||
repository. Configure the
|
||||
[scm-hgnested-plugin](https://bitbucket.org/sdorra/scm-hgnested-plugin "wikilink")
|
||||
like
|
||||
[this](https://bitbucket.org/sdorra/scm-manager/wiki/screenshots/scm-hgnested-plugin.png "wikilink").
|
||||
like [this](screenshots/scm-hgnested-plugin.png "wikilink").
|
||||
|
||||
### Further reading
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@ the SCM-Manager context will restart automatically. So you can see your changes
|
||||
* .eslintrc (ui linter configuration)
|
||||
* .flowconfig (ui typecheck configuration)
|
||||
* .babelrc (ui javascript language level configuration)
|
||||
* src/main/resource/locale/(de|en)/plugins.json (i18n configuration, see [i18n for plugins](https://bitbucket.org/sdorra/scm-manager/wiki/i18n%20for%20Plugins))
|
||||
* src/main/resource/locale/(de|en)/plugins.json (i18n configuration, see [i18n for plugins](i18n%20for%20Plugins.md))
|
||||
* META-INF/scm/plugin.xml (plugin descriptor)
|
||||
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
Plugins moved see https://bitbucket.org/sdorra/scm-manager/wiki/scm-plugins for details.
|
||||
Plugins moved see https://github.com/scm-manager/scm-manager/blob/develop/docs/scm-plugins.md for details.
|
||||
|
||||
@@ -70,7 +70,7 @@ public class DBFormatHealthCheck extends DirectoryHealthCheck
|
||||
/** Field description */
|
||||
private static final HealthCheckFailure INCOMPATIBLE_DB_FORMAT =
|
||||
new HealthCheckFailure("AnOTx99ex1", "Incompatible DB Format",
|
||||
"https://bitbucket.org/sdorra/scm-manager/wiki/healthchecks/svn-incompatible-dbformat",
|
||||
"https://github.com/scm-manager/scm-manager/blob/develop/docs/healthchecks/svn-incompatible-dbformat.md",
|
||||
"The subversion db format is incompatible with the svn version used within scm-manager.");
|
||||
|
||||
/** Field description */
|
||||
|
||||
@@ -295,9 +295,9 @@ public class DefaultCGIExecutor extends AbstractCGIExecutor
|
||||
env.set(ENV_AUTH_TYPE, request.getAuthType());
|
||||
env.set(ENV_CONTENT_LENGTH, createCGIContentLength(request, contentLengthWorkaround));
|
||||
|
||||
/**
|
||||
/*
|
||||
* Decode PATH_INFO
|
||||
* https://bitbucket.org/sdorra/scm-manager/issue/79/hgweb-decoding-issue
|
||||
* https://github.com/scm-manager/scm-manager/issues/79
|
||||
*/
|
||||
if (Util.isNotEmpty(pathInfo))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user