Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have been using BeansTalk to host my personal SVN repository and I am pretty satisfied with that. However, I have just subscribed a (shared) hosting plan for a personal website and I began wondering whether I can also use it to host my SVN repositories. Do I need to have SVN installed on the server? Or can I just create a repository and throw all the files to a given directory on the server using, for example, TortoiseSVN?

share|improve this question
Why the close vote, by the way? – DotNetStudent Feb 5 '12 at 9:47

2 Answers

up vote 1 down vote accepted

You need access to a shell on the server, and be able to sudo, to be able to set up a SVN server on your web server. If you can do both of these, do a google search for instructions as there are thousands, if not millions of tutorials are available on the interweb.

Do no simply dump your repository files on your web server. That won't work.

share|improve this answer

TortoiseSVN is an SVN client. I communicates with a SVN server which stores and gets files to/from a repository. You thus need an SVN server on the server.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.