Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/svn/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何访问计算机上的本地svn存储库?_Svn_Repository_Localhost - Fatal编程技术网

如何访问计算机上的本地svn存储库?

如何访问计算机上的本地svn存储库?,svn,repository,localhost,Svn,Repository,Localhost,现在不是svn方面的专家。我创建了一个本地存储库。当我浏览到Windows资源管理器中的文件夹时,它总是空的。发现您需要ApacheWebServer使用file:///协议访问存储库?(当然,我可以从VisualStudio访问存储库) 我想直接访问respository。问题是,我在apache根文件夹(c:\reposiataries\test)之外的文件夹中创建了存储库。有人能告诉我如何在windows资源管理器或internet explorer中访问此存储库吗?我已经安装了xampp

现在不是svn方面的专家。我创建了一个本地存储库。当我浏览到Windows资源管理器中的文件夹时,它总是空的。发现您需要ApacheWebServer使用file:///协议访问存储库?(当然,我可以从VisualStudio访问存储库)

我想直接访问respository。问题是,我在apache根文件夹(c:\reposiataries\test)之外的文件夹中创建了存储库。有人能告诉我如何在windows资源管理器或internet explorer中访问此存储库吗?我已经安装了xampp,即Apache、Mysql、PHP


感谢您使用svn客户端签出存储库。

您可以直接在文件系统中访问您的repo。但是,如果您想使用apache为您的repo服务(您不必这样做),您需要一些apache模块,或者您可以查看collabnet subversion发行版:

您不一定需要Web服务器来访问存储库。您可以将您的客户机(我曾经使用过)指向存储库文件夹本身。对我来说,“我的存储库”repo位于C:\drive上的
C:\csvn\data\repositories\my repository


在此之后,您应该在所述存储库中拥有数据的工作副本。您可以提交、还原、查看日志等。

我正在使用Akkhsvn从Visual Studio查看存储库。我只是好奇,没有客户我怎么能进入仓库。我不需要修改任何内容,只想查看文件。为此,您可以查看collabnet发行版提供的选项(使用apache的httpd),如我在回答中所述。