|
Subversion Source Access
Indy's source code is maintained in a SubVersion (svn) repository server.
To access the source code there are two options: - Web browser access
- Native SVN client access: You need to download/install a SubVersion client (see below).
Use the following properties to connect via both web and native client: Repository URLs: https://svn.atozed.com:444/svn/Indy9 https://svn.atozed.com:444/svn/Indy10 https://svn.atozed.com:444/svn/Indy10Demos User ID: Indy-Public-RO No Password That account will give you read-only access. If you want to contribute, then please see the Teams section how to get a team member. If you have a pre-existing SVN native client configuration using previous URLs, you can use the Relocate option to switch to the URLs above.
The SVN server currently uses a self-signed security certificate. You may be prompted with a certificate warning. Please accept the certificate.
Warning: Do not download single files and merge them into your sources if you do not exactly know what you are doing! Note: The "trunk" folder in the Indy 10 repository has an old version. The "Tiburon" branch contain the current version for now. This will be resolved in a later version when Indy 10's Unicode functionality has been completed.
About SVN
SubVersion is an Open Source project and has free and commercial clients:
Main Web site: http://subversion.tigris.org/
Free Online Book: http://svnbook.red-bean.com/
Free Windows client, integrates with Explorer. Most users use just that, thus recommended: http://tortoisesvn.tigris.org/
Daily usage / getting started with Tortoise: http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug.html
Hint: You do not need to install SVN binaries. Tortoise installs all you need. You only need SVN binaries, if you want to work via command line ;-)
More SVN ClientsStandalone client, free "Foundation Edition": http://www.syntevo.com/smartsvn/
Delphi Integration http://delphiaddinfortortoisesvn.tigris.org/
VisualStudio integration: http://www.visualsvn.com/ http://ankhsvn.tigris.org/
Eclipse integration: http://subclipse.tigris.org/
|