开发者

how to remove repository from svn

开发者 https://www.devze.com 2023-04-04 13:37 出处:网络
Q1. hi, i\'m created svn for my project and create repository like /var/svn/myproject but now i want to delete this repository from the svn. so, ple开发者_Python百科ase help me about how to

Q1. hi, i'm created svn for my project and create repository like /var/svn/myproject but now i want to delete this repository from the svn. so, ple开发者_Python百科ase help me about how to delete this repo.

Q2. and my second question is how to upload my project on the svn directory.


A few days ago I also wanted to remove a repository. I used VisualSVN to do so.

http://www.visualsvn.com/server/download/

I hope it works!


Your second question is not very clear to me.


Q1:

svn delete /var/svn/myproject -m "comment"

Q2:

svn import myproject protocol://path_to_your_repository/myproject -m "comment"
0

精彩评论

暂无评论...
验证码 换一张
取 消