How can i setup my own SVN

断了今生、忘了曾经 提交于 2020-01-01 12:27:07

问题


I am new on SVN how can i setup my own setup SVN. kind give me complete solution form start to end


回答1:


Go to http://www.visualsvn.com

Download and install the visualsvn server on your server. There is documentation on how to install on that site.

Set up a repository on your server. There is documentation on how to do this on that site.

Set up security for your server and your repository. There is documentation on that site.

Go to http://tortoisesvn.tigris.org/

Download and install tortoise svn on your client.

Right click on a folder, and go to TortiseSVN->Import

Type in the address of your svn server, and tell it you want to import that folder into the repository you've created.

You are done.




回答2:


As commented above, I think the question could be more clearer. Let me give you a more generic answer and update it as I get more updates on this question.

First and for most you might want to learn about version control concepts. Subversion book would be a good start, checkout http://svnbook.red-bean.com. I would advice you at least check chapter 4, which has some useful branching & merging information. If you want to learn about server administration you can look at Chapter 5.

Second, is the server setup. As you have not mentioned the server platform I would suggest Subversion Edge. It comes with a wide range of platform support and a good Web UI for administration. BTW, Visual SVN is supported only on windows.

Third, Setup the client side. As like in server even here platform and the tools you are going to use will matter a lot. Let me list few options which comes to my mind TortoiseSVN for just Windows(integrates with windows explorer), Subclipse/subversive a plugin for ecplise (java based multiplatform tool), AnkhSVN and VisualSVN plugins for Visual Studio. There are other plugins

Hope this answers your question.




回答3:


One of the best svn server products is collabnet subversion edge. I used it long time without problems.

Setup is easy. Follow the instructions here: http://help.collab.net/index.jsp?topic=/csvn/action/setupcsvn.html




回答4:


Subversion requires a server. I've had good results with Mercurial, which can work with a server if available, but can also comprehensively manage revisions in a local repository with no server administration required.

Supports Windows, Mac OS X, and Linux, with a built-in web server for browsing changesets.



来源:https://stackoverflow.com/questions/3873323/how-can-i-setup-my-own-svn

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!