how to remove repository from svn
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"
精彩评论