LoginSignup
1

More than 3 years have passed since last update.

Linux SVNのリポジトリ作成

Posted at

■問題
unable to connect to a repository at url

◆修正前のコマンド
svn mkdir file:///home/svn/repos/portal -m "create"

◆修正後のコマンド
mkdir -p home/svn
svnadmin create /home/svn/repos/portal

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1