diff --git a/harbour/ChangeLog b/harbour/ChangeLog
index eac02bdc35..9c3243ec7a 100644
--- a/harbour/ChangeLog
+++ b/harbour/ChangeLog
@@ -16,6 +16,25 @@
The license applies to all entries newer than 2009-04-28.
*/
+2012-10-08 15:14 UTC+0200 Viktor Szakats (harbour syenar.net)
+ * src/rdd/usrrdd/rdds/arrayrdd.prg
+ * deleted reference to INSTALL
+
+ * website/faq/harbour17.html
+ * website/faq/harbour27.html
+ * updated dead links to source repository
+
+ * INSTALL
+ * website/changelog.html
+ * website/index.html
+ * website/menu/harbour-menu.js
+ * updated links to source repository to point to SVN directly
+ instead of viewvc UI
+
+ * doc/howtorep.txt
+ * deleted svn:keywords property
+ * cleaned
+
2012-10-08 02:29 UTC+0200 Viktor Szakats (vszakats syenar.net)
* package/winuni/mpkg_win_uni.bat
* package/winuni/mpkg_win_uni.nsi
diff --git a/harbour/INSTALL b/harbour/INSTALL
index 303af80ae8..73db20fd5c 100644
--- a/harbour/INSTALL
+++ b/harbour/INSTALL
@@ -1824,9 +1824,9 @@ HARBOUR
Particularly:
Comparing Harbour to xHarbour:
- http://harbour-project.svn.sourceforge.net/viewvc/harbour-project/trunk/harbour/doc/xhb-diff.txt
+ http://harbour-project.svn.sourceforge.net/svnroot/harbour-project/trunk/harbour/doc/xhb-diff.txt
ChangeLog:
- http://harbour-project.svn.sourceforge.net/viewvc/harbour-project/trunk/harbour/ChangeLog
+ http://harbour-project.svn.sourceforge.net/svnroot/harbour-project/trunk/harbour/ChangeLog
[ Copyright (c) 2009-2012 Viktor Szakats (harbour syenar.net)
diff --git a/harbour/doc/howtorep.txt b/harbour/doc/howtorep.txt
index 1312185c0c..d4f04aedae 100644
--- a/harbour/doc/howtorep.txt
+++ b/harbour/doc/howtorep.txt
@@ -181,24 +181,14 @@ by David G. Holm
==================================
by Maurilio Longo
-When a new file is added to SVN tree it has not a SVN ID.
-SVN IDs look like this:
+Add these three lines to the top of your source file:
/*
* $Id$
*/
-
-To add one to a file lacking it simply put as first lines:
-
-/*
- * Chr(36) + "Id" + Chr(36)
- */
-
-IMPORTANT 1: In real code, replace 'Chr(36)' with '$' signes.
-
-as soon as you commit your file SVN ID string will be expanded
-by SVN server to full length.
+As soon as you commit your file, SVN ID string will be expanded
+by SVN client to full length.
IMPORTANT 2: Run these commands and commit:
svn propset svn:keywords "Author Date Id Revision"
Through the ChangeLog you can give a list of amendments that were added to the repository project. This list is updated frequently by developers and is available at:
+ http://harbour-project.svn.sourceforge.net/svnroot/harbour-project/trunk/harbour/ChangeLog
- http://harbour-project.svn.sourceforge.net/viewvc/harbour-project/trunk/harbour/ChangeLog
diff --git a/harbour/website/faq/harbour17.html b/harbour/website/faq/harbour17.html
index 452b450d29..6efa041f1b 100644
--- a/harbour/website/faq/harbour17.html
+++ b/harbour/website/faq/harbour17.html
@@ -26,10 +26,10 @@ breach of licence.
In Harbour terms this means different things depending on which portion of Harbour you are considering. The compiler itself can live under the GPL, it isn't part of the run-time and so poses no problem. This isn't true for the -HVM and -RTL because they get linked into your application and so would +HVM and +RTL because they get linked into your application and so would require that your code be distributed under a compatible licence. While the -Harbour developers would like to see you develop +Harbour developers would like to see you develop free software they have decided to let you make this choice.
To solve this problem the developers have employed the "Harbour Exception". This idea comes from the GPL exception used by guile. In effect, diff --git a/harbour/website/faq/harbour27.html b/harbour/website/faq/harbour27.html index 235d6dc6c6..c17e45467b 100644 --- a/harbour/website/faq/harbour27.html +++ b/harbour/website/faq/harbour27.html @@ -16,9 +16,9 @@
See TODO in the root directory of the harbour sources.
+See TODO in the root directory of the harbour sources.
If you're looking to get stuck into some Harbour development you'd do -well to subscribe to the +well to subscribe to the developer's mailing list, hang out there for a few days to get a feel for what is going on and then either start contributing bug fixes (always a good way of getting started) or simply announce your intention to work on an entry on the TODO list.
diff --git a/harbour/website/index.html b/harbour/website/index.html index 4973bb00e0..2336807c4c 100644 --- a/harbour/website/index.html +++ b/harbour/website/index.html @@ -222,7 +222,7 @@ Harbour is a cross-platform compiler and is known to compile and run on MS-DOS,