English 中文(简体)
SVN 装载新的存放处
原标题:SVN load new repository

目前,我正在把一个从含水层向窗口迁移。 我面临的问题是,在装上新的存放处时,等级为<代码>[姓名][姓名]。 是否有办法把所有翻一番?

<>>>>>

used the following command to get the repo load svnadmin load [repo] > [repofile].dump

问题回答

Unix下存放的等级是什么? 你们是否利用了网站?

我不相信你所说的话。 你们是否说,存放处有一个包含存放处名称的名录? 或者,你说,当你做检查时,你现在做的是:

C> svn co http://server/foo/foo/trunk

检查指挥部现在看着什么?

当你说 交存<>时,你是否谈论过你以<代码>vnadmin创建的单一存放名录,或者你在单一存放处谈论多个项目?

请使用<代码>svnserve说Im为我的存放处服务。 我们叫我的存放处myproj,我想在我的机器<代码>软保护上为我的存放处服务。 当我想做检查时,我这样做:

$ svn co svn://softserve/trunk myproj-trunk

通知我只有我的服务器名称。 URL甚至包括我的存放处的名称。 这是因为svnserve 只能为单一存放处服务。 如果我有多个存放处,我要么需要单独的机器,把所有存放处合并成一个存放处,要么使用不同的港口。

阿帕奇可以向多个存放处提供服务,但每个存放处都需要一个虚拟的网络名录,以供查阅。 因此,阿帕奇知道,当它看到卢爱阵成为颠覆存放地时,而不是从http://docs目录中提取目录。 因此,阿帕奇卢拉至少有一个名录。

有两个不同的方法确定阿帕奇颠覆存放处。 你们可以具体指出这样一个存放处:

<Location /myproj>
   DAV svn
   SVNPath C:/path/to/repository/myproj
</Location>

<Location /project_two>
   DAV svn
   SVNPath C:/path/to/repository/project_two
</Location>

在这种情况下,每个阿帕奇虚拟名录都有一个存放处。 因此,当我进行核查时,我的指挥认为:

$ svn co http://softserve/myproj/trunk myproj-trunk

通知说,在《URL》中,《URL》有额外的目录。 这是因为我现在不仅必须具体说明服务器,而且还要说明阿帕奇虚拟目录。 在这种情况下,我把我的虚拟名录与我的存放名称一致。 我无需这样做,但这样做是荒谬的。

As far as the user is concerned, they re just adding the repository name into the URL. It still makes sense. If I want to checkout from myproj, I use http://softserve/myproj and if I want to checkout from project_two, I use http://softserve/project_two.

然而,有时公司可能拥有数百个寄生室,在寄生机服务器之外再服务。 对阿帕奇组合的每个存放处进行仔细检查,特别是如果它们继续增加新项目和消除旧项目。

为解决这一问题,您可使用SVNParentPath规格而不是SVNPath。 这使得你能够不具体说明颠覆存放处的名录,而是应当居住的母系:

<Location /source>
   DAV svn
   SVNParentPath C:/path/to/repository
</Location>

现在,我可以把我的所有存放处放在我的服务器上,阿帕奇将自动为它们服务。 当设立了一个新的存放处时,我只得将其置于我的<编码>SVNParentPath之下。 我无需修改我的阿帕奇组合。

现在的问题是,我不仅要具体说明阿帕奇虚拟名录,还要说明存放名称。 因此,我的URL有的名录。 (在此情况下,我称之为我的阿帕奇父母虚拟名录source)。

$ svn co http://softserve/source/myproj/trunk myproj-trunk

我刚刚下载了视觉安全感服务器,并观看了该服务器。 视觉世界 服务器在后端运行阿帕奇。 它只是自动地为你们配置,并形成一个简单的前线。 看看设的阿帕奇组合:Program 文件 资料来源:没收/编码。

我可以想象一下,在你设立视觉世界时,后者是自动的。 毕竟,这就是为什么人们会为视觉安全感付费——它会照顾到处理你的所有阿帕奇存放处。 而就你而言,你做了一些这样的事情:

<Location /foo>
   DAV svn
   SVNPath C:/path/to/repository
</Location>

并且,<代码>C:/path/to/repository下的唯一存放处是foo的存放处。 因此,乌拉圭希望:

<Location /svn/>
   [...]
   SVNParentPath C:/Repositories/
   [...]
</Location>

因此,如果您将<条码>foo 存放在<条码>C:Repositories之下,请您进行核对:

 svn co http://softserve/svn/foo/trunk foo-trunk

I didn t play around with VisualSVN Server to see if I can change the svn Apache virtual directory name from the front end, but I can imagine that you bought the full version that allows for more configuration, and you named your directory the same name as your repository name. Thus, you have

<Location /foo/>
   [...]
   SVNParentPath C:/Repositories/
   [...]
</Location>

当你从<条码>foo上抽出时,请查阅:

 svn co http://softserve/foo/foo/trunk foo-trunk

你提到的双层存放点名称。

我可以想象,你会打上原始<代码>。 http://www.un.org/Depts/DGACM/index_french.htm

 svn co http://softserve/foo/trunk foo-trunk

但是,我不知道圣殿视觉会如何处理这个问题。 我怀疑您的最好之子是改变你的面貌。 * E/CN.6/2009/1。





相关问题
Best practices for Subversion and Visual Studio projects

I ve recently started working on various C# projects in Visual Studio as part of a plan for a large scale system that will be used to replace our current system that s built from a cobbling-together ...

Changing username in SVN+SSH URI on the fly in working copy

I am using SVN+SSH to check out a working copy of repository from an SVN server on which all developers are members of a developer group and have full read/write permissions on the repository ...

ASP.NET MVC: How should it work with subversion?

So, I have an asp.net mvc app that is being worked on by multiple developers in differing capacities. This is our first time working on a mvc app and my first time working with .NET. Our app does not ...

How to search for file in subversion server?

Is there a way to search for a file in a subversion repository? Something similar to Unix find command, with which I can find the location of a file in a repository. I know there is svn list, but ...

热门标签