Subversion Using Windows

To get the latest version of ADCH.NET source from the subversion repository, you will need a Subversion client, for Windows I recommend TortoiseSVN because its pretty easy to use, and it looks nice.

Step 1:

Once you have TortoiseSVN installed, it will integrate itself into your shell. This way when you right click in certian locations (on the desktop for example), you get a menu that looks like this:

Subversion Checkout 1



Step 2:

We are going to select "SVN Checkout" from the menu and a dialog will appear that looks similar to this:

Subversion Checkout 2

For the "URL of repository" enter the following URL:

https://svn.sourceforge.net/svnroot/adchnet/trunk

For the "Checkout directory", this is up to you. This is where the source files are going to be copied.



Step 3:

Press OK and let TortoiseSVN do its thing. When its done it will look something like this:

Subversion Checkout 3



Step 4:

Now we are going to check to see that everything worked. To do this, all you need to is open the directory where you checked out the files. And you should see something like:

Subversion Checkout 4

And you're done!