Subversion - 创建新存储库的问题 [英] Subversion - problem creating a new repository

查看:30
本文介绍了Subversion - 创建新存储库的问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我最近接管了一个运行 subversion 的 linux 机器.

I have recently taken over a linux box running subversion.

看起来像是安装了 repos 的文件夹位于:/home/svn

The folder where the the repos look like they are installed is in: /home/svn

在这个文件夹中,我看到一个名为 web_projects 的文件夹,在那个文件夹中我看到了 conf dev db 等等

In this folder I see a folder named web_projects and in that folder I see conf dev db etc etc

我正在尝试向此服务器添加新存储库,但出现以下错误:

I am trying to add a new repository to this server, but I'm getting the following error:

`svnadmin: '/home/svn/web_projects/my_project' 是现有存储库的子目录,根目录为 '/home/svn/web_projects'

`svnadmin: '/home/svn/web_projects/my_project' is a subdirectoy of an existing repository rooted at '/home/svn/web_projects'

有谁知道为什么我似乎无法添加新的存储库?

Does anyone know why I can't seem to add a new repository?

推荐答案

这是说/home/svn/web_projects 是(顶级)现有存储库,并且不会让您在其中创建一个.您需要在/home/svn/my_project 中创建自己的.

It is saying that /home/svn/web_projects is (the top level of) an existing repository, and will not let you create one inside that. You need to create yours at /home/svn/my_project.

这篇关于Subversion - 创建新存储库的问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆