vote up 1 vote down star

Is there a way to add a repository on my linux shared webhosting to use with tortoisesvn? Or is there something similar I can do as easy as using tortoise without buying hosting strictly for a repository like cvsdude or something?

flag

Does that Linux host come with SVN's server components installed? – sbi Sep 11 at 20:05
I don't see it anywhere so I don't think so, it is a Lunarpages basic hosting plan – kilrizzy Sep 11 at 20:08
Thanks guys, I am checking out the free hosting from xp-dev.com. So now that my repo is set up and I have the address, is it possible to add this to tortoise svn or do I have to do something different? – kilrizzy Sep 11 at 20:22
Ah, got it :D thanks everyone – kilrizzy Sep 11 at 20:28

2 Answers

vote up 2 vote down check

If you cannot install new software on your shared host you either need to run a server you can control (like an old machine with Linux hooked up to your router with NAT port forwarding and a DynDNS alias so you can access your repository while on the road) or you'll have to use a commercial provider. These guys have a free plan which looks like it could get you started. (Never tried that provider, its just one of the first ones that comes up when I search.)

link|flag
vote up 2 vote down

Here's the instructions on how to setup Apache to serve up an SVN repository.

Personally, I have a linux box at home that runs svnserve on a port I opened on my router. It works great for small projects.

link|flag

Your Answer

Get an OpenID
or

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