From 683d490074d93baa8a47db7ec43b7bd31145a12a Mon Sep 17 00:00:00 2001 From: Mark Donszelmann Date: Thu, 5 Nov 2009 23:00:15 +0100 Subject: Tar file expanded and committed --- site/source-repository.html | 253 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 253 insertions(+) create mode 100644 site/source-repository.html (limited to 'site/source-repository.html') diff --git a/site/source-repository.html b/site/source-repository.html new file mode 100644 index 0000000..a1434a4 --- /dev/null +++ b/site/source-repository.html @@ -0,0 +1,253 @@ + + + + + + + + + + + + + + + cpptasks: Compile tasks for Apache Ant - Source Repository + + + + + + + +
+ +
+
+
+

Overview

+This project uses Subversion + to manage its source code. Instructions on Subversion use can be found at http://svnbook.red-bean.com/ +.
+

Web Access

+

The following is a link to the online source repository.

+ +
+

Anonymous access

+

The source can be checked out anonymously from SVN with this command:

+
$ svn checkout https://ant-contrib.svn.sourceforge.net/svnroot/ant-contrib/cpptasks/trunk cpptasks
+
+
+

Developer access

+

Everyone can access the Subversion repository via HTTPS, but Committers must checkout the Subversion repository via HTTPS.

+
$ svn checkout https://ant-contrib.svn.sourceforge.net/svnroot/ant-contrib/cpptasks/trunk cpptasks
+
+

To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password)

+
$ svn commit --username your-username -m "A message"
+
+
+

Access from behind a firewall

+

For those users who are stuck behind a corporate firewall which is blocking http access to the Subversion repository, you can try to access it via the developer connection:

+
$ svn checkout https://ant-contrib.svn.sourceforge.net/svnroot/ant-contrib/cpptasks/trunk cpptasks
+
+
+

Access through a proxy

+

The Subversion client can go through a proxy, if you configure it to do so. First, edit your "servers" configuration file to indicate which proxy to use. The files location depends on your operating system. On Linux or Unix it is located in the directory "~/.subversion". On Windows it is in "%APPDATA%\Subversion". (Try "echo %APPDATA%", note this is a hidden directory.)

+

There are comments in the file explaining what to do. If you don't have that file, get the latest Subversion client and run any command; this will cause the configuration directory and template files to be created.

+

Example : Edit the 'servers' file and add something like :

+
[global]
+http-proxy-host = your.proxy.name
+http-proxy-port = 3128
+
+
+
+ +
+
+
+
+
+ + + -- cgit v1.2.3