2

I am using Visual SVN along with Tortoise. I want to check that if my Hosting server supports SVN ( how can i check it?) and if not present how can i install it there? Reason: the reason i'm doing it is that, i want to provide access/ privilege to other persons in our coding for reviews. Help Needed !

P.S- I also need to inform that i have got Windows Server on my Hosting

2 Answers2

4

Better contact your hosting provider. Check (features) if your hosting package includes svn hosting. If they don't provide it you have to either change your hosting provider or use some other available options (free public and private svn servers).

For open source software you can use (just mentioning a few out of numerous hosts):
i. http://code.google.com
ii. http://sourceforge.net/
iii. http://www.codeplex.com/

For private hosting check (just mentioning a few out of numerous hosts)
i. https://www.assembla.com [provides free private for 1 month]
ii. http://unfuddle.com/ [provides free private too]

Atiq Rahman
  • 680
  • 6
  • 24
  • 1
    There is also http://myversioncontrol.com/ and you could consider using GIT eg http://gitorious.org/ etc.... – Basile Starynkevitch Dec 22 '11 at 10:11
  • Okk, i have reached to http://code.google.com now how to install it there? Struggling a bit with this. F1 F1 F1 !!! – Rajdeep Roy Dec 28 '11 at 02:50
  • You need to install an SVN client like tortoise-svn. Have a look on this SO question to get the idea how to use tortoise-svn for google code: [http://stackoverflow.com/questions/41766/how-do-i-download-code-using-svn-tortoise-from-google-code](http://stackoverflow.com/questions/41766/how-do-i-download-code-using-svn-tortoise-from-google-code) If you prefer command-line I can also tell you how. The procedure is pretty much same. – Atiq Rahman Dec 28 '11 at 04:26
  • @Atique: I need it as simple as possible. I'm a novice in this. So, what u will find easy will be the best for me. – Rajdeep Roy Dec 28 '11 at 17:30
  • Please google yourself to find what's best for you. I can suggest you to visit site like this: http://mzaher.wordpress.com/2009/03/02/how-to-use-svn-with-google-code/ which explains how to use tortoise svn for Google Code with snapshots. – Atiq Rahman Dec 13 '12 at 09:00
0

Most likely you need to have a dedicated server to have an option to install something different than preconfigured web server. If you need to share your project codebase with your teammates I would recommend to look for a hosted SVN or Git repository.

There are many providers offering different subscriptions including free plans. Check out http://svnrating.com/ where you can compare various offers.

Ruslan Platonov
  • 422
  • 4
  • 4