SCM-Manager
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
#contents
&tag(構成管理,Subversion,Git,Mercurial);
* 情報 [#d12a78f6]
- https://www.scm-manager.org
- https://github.com/scm-manager/scm-manager
** v3.0 [#c741175f]
- [[SCM-Manager 3.0.0 | SCM-Manager>https://scm-manager.o...
Because the old version of Jetty (the underlying webserv...
- [[Migrate from v2 to v3 | SCM-Manager>https://scm-manag...
While in version 2 the configuration was split into diff...
-- コメント:[[macOS]] 14.4.1 ([[Sonoma]]) にてv3.1.0の動...
-- [[Mac OS X | SCM-Manager>https://scm-manager.org/docs/...
Home directory
SCM-Manager stores all its information in its home direc...
* インストール [#e6586b07]
** [[macOS]] [#g3bb12f4]
- [[Mac OS X | SCM-Manager>https://www.scm-manager.org/do...
To install SCM-Manager on OS X we offer a Homebrew tap.
- [[Homebrew]]のリポジトリが更新されてインストール出来た...
-- [[SCM-Manager 2.25.0 | SCM-Manager>https://scm-manager...
- v2.46.0ではtapせずにインストール出来た。(2023/08/27)
$ brew install scm-manager
- %%必ずscm-manager/tapを追加すること。デフォルトでもscm-...
To install SCM-Manager with homebrew we had to add the S...
$ brew tap scm-manager/tap
- %%[[Homebrew]]のリポジトリは更新されていないが、下記か...
-- %% https://github.com/scm-manager/homebrew-tap/blob/HE...
-- %%[[SCM-Manager 2.21.0 | SCM-Manager>https://www.scm-m...
-- %%ただし、[[launchctl]]を利用して起動し、[[Homebrew]]...
JAVA_HOME=`/usr/libexec/java_home`
*** [[launchctl]] [#zb2ce794]
- homebrew.mxcl.scm-manager.plist の記載例
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "ht...
<plist version="1.0">
<dict>
<key>Label</key>
<string>homebrew.mxcl.scm-manager</string>
<key>ProgramArguments</key>
<array>
<string>/opt/homebrew/bin/scm-server</string>
<string>console</string>
</array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>
** [[Windows]] [#mba37a31]
- [[v2.27.0>https://scm-manager.org/blog/posts/2021-11-17...
-- [[Download | SCM-Manager>https://scm-manager.org/downl...
2.27.0 - (2021-11-16)
*** [[Windowsサービス]] [#meb12716]
- https://scm-manager.org/docs/2.47.x/en/installation/win...
Now we have to open a Terminal (PowerShell, Bash or CMD)...
scm-server.exe install
scm-server.exe start
* 設定 [#u5194bda]
** フォルダ構成 [#ee0ae115]
- [[Base Directory | SCM-Manager>https://scm-manager.org/...
Mac OS X ~/Library/Application Support/SCM-Manager
** [[ログ]]出力 [#lc5396a2]
- [[Logging | SCM-Manager>https://www.scm-manager.org/doc...
Mac OS X ~/Library/Logs/SCM-Manager
** パスワード [#lfa149d4]
- [[How to reset your admin password in SCM Manager · Git...
Recently I had some troubles in resetting the SCM Manage...
* プラグイン [#tabdaf1d]
** [[Jenkins]] [#j7bad4cc]
- [[sdorra / scm-manager / wiki / jenkins-plugin — Bitbuc...
The jenkins plugin will ping your Jenkins CI server when...
* CLI Client [#e1eee626]
- [[CLI Client | SCM-Manager>https://scm-manager.org/docs...
Usage
With scm --help the existing commands can be displayed o...
-- コメント: "scm generate-completion"でコマンド内容を確...
$ scm repo -h
$ scm repo create -h
* 問題 [#f77c2d99]
** [[Mercurial]] [#ibbb37e1]
- [[Python3]]では動作しない様子。(2021/07/23)
-- https://github.com/scm-manager/scm-manager/issues/507
It appears that the mercurial settings is expecting pyth...
* 更新 [#zeb560a4]
** v2マイグレーション [#r8d3019b]
- [[Migrate from v1 to v2 | SCM-Manager>https://www.scm-m...
When SCM-Manager starts for the first time, you have to ...
-- コメント:リポジトリの移行は正常に出来た。v1向けプラグ...
終了行:
#contents
&tag(構成管理,Subversion,Git,Mercurial);
* 情報 [#d12a78f6]
- https://www.scm-manager.org
- https://github.com/scm-manager/scm-manager
** v3.0 [#c741175f]
- [[SCM-Manager 3.0.0 | SCM-Manager>https://scm-manager.o...
Because the old version of Jetty (the underlying webserv...
- [[Migrate from v2 to v3 | SCM-Manager>https://scm-manag...
While in version 2 the configuration was split into diff...
-- コメント:[[macOS]] 14.4.1 ([[Sonoma]]) にてv3.1.0の動...
-- [[Mac OS X | SCM-Manager>https://scm-manager.org/docs/...
Home directory
SCM-Manager stores all its information in its home direc...
* インストール [#e6586b07]
** [[macOS]] [#g3bb12f4]
- [[Mac OS X | SCM-Manager>https://www.scm-manager.org/do...
To install SCM-Manager on OS X we offer a Homebrew tap.
- [[Homebrew]]のリポジトリが更新されてインストール出来た...
-- [[SCM-Manager 2.25.0 | SCM-Manager>https://scm-manager...
- v2.46.0ではtapせずにインストール出来た。(2023/08/27)
$ brew install scm-manager
- %%必ずscm-manager/tapを追加すること。デフォルトでもscm-...
To install SCM-Manager with homebrew we had to add the S...
$ brew tap scm-manager/tap
- %%[[Homebrew]]のリポジトリは更新されていないが、下記か...
-- %% https://github.com/scm-manager/homebrew-tap/blob/HE...
-- %%[[SCM-Manager 2.21.0 | SCM-Manager>https://www.scm-m...
-- %%ただし、[[launchctl]]を利用して起動し、[[Homebrew]]...
JAVA_HOME=`/usr/libexec/java_home`
*** [[launchctl]] [#zb2ce794]
- homebrew.mxcl.scm-manager.plist の記載例
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "ht...
<plist version="1.0">
<dict>
<key>Label</key>
<string>homebrew.mxcl.scm-manager</string>
<key>ProgramArguments</key>
<array>
<string>/opt/homebrew/bin/scm-server</string>
<string>console</string>
</array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>
** [[Windows]] [#mba37a31]
- [[v2.27.0>https://scm-manager.org/blog/posts/2021-11-17...
-- [[Download | SCM-Manager>https://scm-manager.org/downl...
2.27.0 - (2021-11-16)
*** [[Windowsサービス]] [#meb12716]
- https://scm-manager.org/docs/2.47.x/en/installation/win...
Now we have to open a Terminal (PowerShell, Bash or CMD)...
scm-server.exe install
scm-server.exe start
* 設定 [#u5194bda]
** フォルダ構成 [#ee0ae115]
- [[Base Directory | SCM-Manager>https://scm-manager.org/...
Mac OS X ~/Library/Application Support/SCM-Manager
** [[ログ]]出力 [#lc5396a2]
- [[Logging | SCM-Manager>https://www.scm-manager.org/doc...
Mac OS X ~/Library/Logs/SCM-Manager
** パスワード [#lfa149d4]
- [[How to reset your admin password in SCM Manager · Git...
Recently I had some troubles in resetting the SCM Manage...
* プラグイン [#tabdaf1d]
** [[Jenkins]] [#j7bad4cc]
- [[sdorra / scm-manager / wiki / jenkins-plugin — Bitbuc...
The jenkins plugin will ping your Jenkins CI server when...
* CLI Client [#e1eee626]
- [[CLI Client | SCM-Manager>https://scm-manager.org/docs...
Usage
With scm --help the existing commands can be displayed o...
-- コメント: "scm generate-completion"でコマンド内容を確...
$ scm repo -h
$ scm repo create -h
* 問題 [#f77c2d99]
** [[Mercurial]] [#ibbb37e1]
- [[Python3]]では動作しない様子。(2021/07/23)
-- https://github.com/scm-manager/scm-manager/issues/507
It appears that the mercurial settings is expecting pyth...
* 更新 [#zeb560a4]
** v2マイグレーション [#r8d3019b]
- [[Migrate from v1 to v2 | SCM-Manager>https://www.scm-m...
When SCM-Manager starts for the first time, you have to ...
-- コメント:リポジトリの移行は正常に出来た。v1向けプラグ...
ページ名: