Page 1 of 1

Tortoise SVN

Posted: Mon May 13, 2013 11:34 am
by Zaksmeer
Does anyone know how to use Tortoise SVN?
How to download from a repository?

Re: Tortoise SVN

Posted: Mon May 13, 2013 12:01 pm
by RusseL
I can't understand where is your problem/
There is so many infos in internet...

svn co https://polserver.svn.sourceforge.net/svnroot/polserver polserver

Re: Tortoise SVN

Posted: Mon May 13, 2013 12:21 pm
by Zaksmeer
Downloading the files right now.

Is there a tutorial on how to get this set up and running?
Now that I have the right server files.

Re: Tortoise SVN

Posted: Tue May 14, 2013 1:53 am
by RusseL

Re: Tortoise SVN

Posted: Wed May 15, 2013 6:35 am
by Zaksmeer
I downloaded the entire site. Which folder do I only need? I don't need every folder do I?

Re: Tortoise SVN

Posted: Thu May 16, 2013 4:40 am
by Yukiko
The Visual Studio solution files will be in \trunk\pol-core in the folder where you created the repository on your hard drive.

They will be named pol-####.sln where #### is either 2008, 2010 or 2012 depending on your version of Visual Studio. You will load the appropriate file into Visual Studio (VS) and use VS to compile the Core.

Here is the topic that explains how to compile POL Core under Windows.