简体   繁体   中英

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

I've already install subversion in my centos server. I created a new file named "test" in server's repository.How can I pull this file to my local repository?

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.

I am a newbie.Thanks in advance!

Finally.I know how the svn work. I should create a svn repository in centos first, then add and commit that file to that repository ,and then checkout on PC.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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