diff --git a/docs/manual/CoreTasks/changelog.html b/docs/manual/CoreTasks/changelog.html index 56a8f52dd..ca951d3c0 100644 --- a/docs/manual/CoreTasks/changelog.html +++ b/docs/manual/CoreTasks/changelog.html @@ -28,9 +28,14 @@
Generates an XML-formatted report file of the change logs recorded in a CVS repository.
-Important: This task needs "cvs" on the path. If it isn't, you will get
-an error (such as error 2 on windows). If <cvs>
doesn't work, try to execute cvs.exe
+
Important: This task needs "cvs
" on the path. If it isn't, you will get
+an error (such as error 2
on windows). If <cvs>
doesn't work, try to execute cvs.exe
from the command line in the target directory in which you are working.
+Also note that this task assumes that the cvs exceutable is compatible
+with the Unix version from cvshome.org, this is not completely true
+for certain other cvs clients - like CVSNT for example - and some
+operation may fail when using such an incompatible client.
+