vote up 3 vote down star
2

Related to: Suggestions please for a home version control system and Best Subversion clients for Windows Vista (64bit). But different.

This is more of a request to learn how to set up subversion at home. As I just completed the process, I will share my answer below. Sweeet. It's free and it's easy.

I happen to be using Windows Vista 32-bit, business edition at home, and I am assuming Vista home edition would work as well.

flag

20% accept rate
This is actually very similar to the questions above, except that here I am including some step-by-step instructions. May my betters be merciful accordingly and not close this question. – __ Oct 26 '08 at 3:19
You should edit the title to ask "How can I ..." -- Of course you can, the license terms don't forbid it or anything. – wnoise Oct 26 '08 at 5:56

10 Answers

vote up 7 vote down

You can use TortoiseSVN to make local repositories to work only with your computer, check this guide.

But if you want to setup a SVN server, you can use VisualSVN Server, free and very easy to configure and use.

Or maybe you want to host your source code, I use Assembla for my personal projects, you have Wiki, Track for ticket management, Subversion repositories, and more...

Other SVN Hosting options are:

But definitely if you setup your own server, you'll have unlimited growth and total control over your repositories, without paying anything...

link|flag
Would you say it's better to take the latter option? – __ Oct 26 '08 at 3:23
1  
Yes, or maybe you want to host your source code, I use assembla.com for my personal projects, you have Wiki, Track for ticket management, Subversion repositories, and more... – CMS Oct 26 '08 at 3:46
vote up 5 vote down

Visual SVN Server is free and easy.

You may also consider using git which has a steep learning curve, but yields quite a lot of benefit over the long run.

link|flag
Git's learning curve doesn't have to be so bad. www-cs-students.stanford.edu/~blynn/gitmagic/… is extremely useful, and the git gui can do most things – dbr Oct 26 '08 at 3:20
Is there a usable/stable Windows git client yet? (No, using CYGwin is not an acceptable answer) – f4nt Oct 26 '08 at 9:07
vote up 3 vote down

You don't need any more software than TortoiseSVN. You can create a repository in any directory and then access it through the file system, or even over a network without needing to install any server software. Works a treat for small/personal projects.

link|flag
I wasn't able to make this work, but then again, I didn't follow the guide that's linked below. I took a different path. As it works, I think I'll just stick with it. But this is good to know. – __ Oct 26 '08 at 3:28
vote up 2 vote down

My problem is that I use TortoiseSVN at work. I thought that was subversion, but in fact, it's just the client. You still want it, but you need a subversion "server" program. (Edit: Apparently, TortoiseSVN can be a complete solution, according to some of the other answers)

Don't worry, you can run it on plain ol' XP or Vista just fine. Here is my setup at home:

  1. Download VisualSVN here
  2. Install it and run it
  3. Create a repository
  4. Install TortoiseSVN if you haven't done so already
  5. Use TortoiseSVN to upload a repository

You're good to go. If you need clarification on any step, or if I missed anything, please let me know in the comments and I'll fix it.

link|flag
You don't need VisualSVN server -- TortoiseSVN can create file-based repositories. You only need VisualSVN server if you need a full-blown server listening over HTTP. – Stewart Johnson Oct 26 '08 at 3:35
vote up 1 vote down

If using a file-based repository on your own machine, at least keep it on a separate hard drive from your checked out code. And, as always, backups are your friend.

link|flag
I have the repository on the same hard drive, but I have thrice-daily backups via Mozy. Should I still use a separate hard drive? – __ Oct 26 '08 at 4:56
vote up 0 vote down

I'd recommend TortoiseSVN.

Keep in mind that Subversion isn't really a client/server tool the same way a RDBMS is, so TortoiseSVN can be both the client and the server (in the sense that you can create a repository with it).

It's pretty much the only tool you need for SVN, though if you develop in Eclipse/Visual Studio/[insert your favorite IDE], you may want to look into using plug-ins for those tools.

link|flag
TortoiseSVN can be the server as well? This I did not know. So I don't need both VisualSVN and TortoiseSVN? – __ Oct 26 '08 at 3:22
vote up 0 vote down

Cygwin includes the standard subversion server (and client).

link|flag
vote up 0 vote down

I like SVN a lot, and setting up the server-side of it with a BitNami Stack is easy as a few clicks. It comes packaged with apache and everything else you need.

link|flag
vote up 0 vote down

Third that:

TortoiseSVN is for the client.

subversion installer for the server setting. (you don't need apache web server, if this isn't team development)

http://www.collab.net/downloads/subversion/

link|flag
vote up -1 vote down

if you have a public address its ok.. but if you want it available online.. their is a public repo. its in assembla.com..

its a svn hosting, includes trac,, and others.. free 200 mb space for projects.. try it..

link|flag

Your Answer

Get an OpenID
or

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