On Mon, Jun 13, 2011 at 9:34 AM, Hans Hübner hans.huebner@gmail.com wrote:
I've fixed this - The antik project owner did not want CVS (who wants CVS nowadays anyway?)
Good point. I've removed CVS repository creation from the 'add-project' script because of it (actually, just commented out, not deleted).
Bye,
Erik.
On Tue, Jun 14, 2011 at 10:11 PM, Erik Huelsmann ehuels@gmail.com wrote:
Good point. I've removed CVS repository creation from the 'add-project' script because of it (actually, just commented out, not deleted).
Not bad, but not complete:
chmod: cannot access `/project/xhtmlambda/cvsroot': No such file or directory Creating a default page for xhtmlambda in /project/xhtmlambda/public_html Updating the Recent Projects column /project/clo/cvsroot/public_html/recent-projects.shtml,v <-- recent-projects.shtml new revision: 1.342; previous revision: 1.341 sh: cvs-mailcommit: not found cvs [commit aborted]: received broken pipe signal
Do you have time to fix this?
-Hans
Hi Hans,
On Wed, Jun 15, 2011 at 9:10 PM, Hans Hübner hans.huebner@gmail.com wrote:
On Tue, Jun 14, 2011 at 10:11 PM, Erik Huelsmann ehuels@gmail.com wrote:
Good point. I've removed CVS repository creation from the 'add-project' script because of it (actually, just commented out, not deleted).
Not bad, but not complete:
chmod: cannot access `/project/xhtmlambda/cvsroot': No such file or directory
This one is fixed. (Sorry, took a bit longer than expected.)
Creating a default page for xhtmlambda in /project/xhtmlambda/public_html Updating the Recent Projects column /project/clo/cvsroot/public_html/recent-projects.shtml,v <-- recent-projects.shtml new revision: 1.342; previous revision: 1.341
This is standard output belonging to the project creation, right?
sh: cvs-mailcommit: not found cvs [commit aborted]: received broken pipe signal
Ah! I've been searching for 'cvs-commitmail' everywhere. But that's not how it's spelled ... :-/ Anyway, I've installed the cvs-mailcommit package now. That should fix that error as well.
If you see any further errors, please report!
Bye,
Erik.