> Hello - How can I download v1.3.3 ? The sourceforge page with v1.3.3 branch allows to copy the files but only 1 at a time, not the entire folder, so it becomes a pretty tedious and errorprone exercise
1.3.3 has not been released yet. Code is only available from the development repository. To check it out, you'll need a [url=http://subversion.tigris.org/|Subversion] client. Depending on the platform, it may be a GUI or command line client program. If you are on Windows, I recommend
http://tortoisesvn.tigris.org/]TortoiseSVN[/url, it works pretty well. On various Linux/UNIX systems, you may end up with a command line. If you have the command line client, you'll have to issue following command:
- Code: Select all
svn co https://poco.svn.sourceforge.net/svnroot/poco/poco/branches/poco-1.3.3
Check 'svn help' for more details.
Otherwise, just give the above mentioned URL to TortoiseSVN and it'll get you the whole thing to your local directory.
HTH
Alex