简体   繁体   English

svn如何从服务器存储库中提取新创建的文件?

[英]How to pull a new-create file from server repository by svn?

I've already install subversion in my centos server. 我已经在我的centos服务器中安装了Subversion。 I created a new file named "test" in server's repository.How can I pull this file to my local repository? 我在服务器的存储库中创建了一个名为“ test”的新文件。如何将该文件拉到本地存储库中?

What I've done: I typed svn add test ,then svn commit test in command line,and then I updated in my PC's repository,but nothing happened. 我已经完成的工作:我在命令行中输入svn add test,然后输入svn commit test,然后在PC的存储库中进行了更新,但没有任何反应。

I am a newbie.Thanks in advance! 我是新手。谢谢!

Finally.I know how the svn work. 最后,我知道svn的工作方式。 I should create a svn repository in centos first, then add and commit that file to that repository ,and then checkout on PC. 我应该先在centos中创建一个svn存储库,然后将该文件添加并提交到该存储库,然后在PC上检出。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM