简体   繁体   English

我应该在服务器存储库的svn上看到所有新添加的文件吗?

[英]should I see all the new added files at my svn at my server repository?

I created a new project in svn svnadmin create /myrepo in my server, with my client I did a checkout and add new files, later a commit, so, if I make a checkout from another computer I get the recently added files, which is perfect, but at my folder /myrepo still is no file, all the new files that were added from my client are not visible there, I know they implement many algoritms to take the version control, my question is, should I be able to see all the new files added from /myrepo in my server, without need to make a checkout with a client or something like that?? 我在我的服务器svn svnadmin create /myrepo中创建了一个新项目,我的客户端我做了一个结账并添加新文件,稍后提交,所以,如果我从另一台计算机结账,我会得到最近添加的文件,这是完美,但在我的文件夹/ myrepo仍然没有文件,从我的客户端添加的所有新文件在那里都看不到,我知道他们实现了许多算法来采取版本控制,我的问题是,我应该能够看到从我的服务器/ myrepo添加的所有新文件,无需与客户端或类似的东西结账?

I want to know where my files are saved at my server, Thanks 我想知道我的文件保存在我的服务器的哪个位置,谢谢

No. The files are stored in the repository you created, but in a specialized database. 不会。文件存储在您创建的存储库中,但存储在专用数据库中。 If you go to myrepo and look in the db folder, you'll see that there are revision files stored there. 如果你去myrepo并查看db文件夹,你会看到存在修订文件。 Those files contain the structure and data of the repository at specific instances in time. 这些文件包含特定实例中的存储库的结构和数据。 The Subversion book has some information on the structure. Subversion书中有一些关于结构的信息。 You can also look at the documentation in the actual Subversion repository about the structure used to store the data. 您还可以查看实际Subversion存储库中有关用于存储数据的结构的文档。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如果我有10000连接到在linux机器上运行的应用程序服务器,我应该看看如果我netstat? - If I have 10000 connected to my application server running on a linux machine, what should I see if I netstat? 如何从我的目录中删除 SVN 的所有痕迹? - How do I remove all traces of SVN from my directory? 我应该将jar文件保存在哪里,以便所有项目都可以使用它们? - Where Should i keep my jar files so that All projects commonly used them? 我刚刚在运行Ubuntu的新服务器上运行了新的node.js / express应用,如何查看我的Web应用? - I have just run my new node.js/express app on a new server which runs Ubuntu, how can i see my web app? svn如何从服务器存储库中提取新创建的文件? - How to pull a new-create file from server repository by svn? 如何删除所有现有的git文件,以便我可以更新自己的存储库而不会出现致命错误? - How to remove all existing git files so that i can renew my own repository without getting fatal error? 如何在我的服务器上找到所有具有当前 IP 地址的文本文件? - How would I locate all text files on my server that have the current IP address? 为什么不能将新添加的文件推送到远程存储库? - Why not able to push the new added files on remote repository? 我目前在Linux上使用SVN。 如何从Windows桌面添加文件? - I currently use SVN with Linux. How do I add files from my Windows Desktop? SVN新存储库永久移动 - SVN new repository moved permanentaly
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM