ChiliProject is not maintained anymore. Please be advised that there will be no more updates.

We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.

Fix the CVS tests so they don't print output to the console (Bug #151)


Added by Eric Davis at 2011-02-06 03:01 am. Updated at 2011-02-06 05:37 am.


Status:Open Start date:2011-02-06
Priority:Normal Due date:
Assignee:- % Done:

0%

Category:Testing
Target version:-
Remote issue URL: Affected version:

Description

When running the CVS tests the commands are output to the console making it difficult to check for errors:

Started
.............................................................................................................................................................................................................................................................................................................................................................................................cvs rlog: Logging test...........................
cvs rlog: Logging test/images
cvs rlog: Logging test/sources
cvs rls: Listing module: `test/sources'

Annotations for test/sources/watchers_controller.rb
***************
.cvs rlog: Logging test
cvs rlog: Logging test/images
cvs rlog: Logging test/sources
cvs rls: Listing module: `test/images'
.cvs rls: Listing module: `test/images'
.cvs rlog: Logging test
cvs rlog: Logging test/images
cvs rlog: Logging test/sources
cvs rls: Listing module: `test'
.cvs rlog: Logging test
cvs rlog: Logging test/images
cvs rlog: Logging test/sources
.cvs rls: Listing module: `test'
cvs rls: Listing module: `test/sources'
.cvs rls: Listing module: `test/sources'
===================================================================
Checking out test/sources/watchers_controller.rb
RCS:  /home/edavis/dev/chiliproject/core/tmp/test/cvs_repository/test/sources/watchers_controller.rb,v
VERS: 1.2 
***************
.cvs rlog: Logging test
cvs rlog: Logging test/images
cvs rlog: Logging test/sources
cvs rls: Listing module: `test/sources'
===================================================================
Checking out test/sources/watchers_controller.rb
RCS:  /home/edavis/dev/chiliproject/core/tmp/test/cvs_repository/test/sources/watchers_controller.rb,v
VERS: 1.1.1.1
***************
.cvs rls: Listing module: `test/sources'
===================================================================
Checking out test/sources/watchers_controller.rb
RCS:  /home/edavis/dev/chiliproject/core/tmp/test/cvs_repository/test/sources/watchers_controller.rb,v
VERS: 1.2 
***************
.cvs rls: Listing module: `test/sources'
.cvs rlog: Logging test
cvs rlog: Logging test/images
cvs rlog: Logging test/sources
cvs rls: Listing module: `test'
...
darcs failed:  There is no file or directory named '.'
F..
darcs failed:  There is no file or directory named '.'
F....................................................................................................................................................................................................................................
Finished in 158.92798 seconds.


History

Updated by Toshi MARUYAMA at 2011-02-06 03:44 am

I will fix Redmine.

$ cvs rlog . > /dev/null
cvs rlog: Logging .
cvs rlog: Logging CVSROOT
cvs rlog: Logging test00
$ cvs -q rlog . > /dev/null

I fixed Redmine Darcs adapter.

Updated by Eric Davis at 2011-02-06 05:16 am

Toshi MARUYAMA:

That would be great. I've seen many of your updates to Redmine's trunk and can't wait to review them.

Updated by Toshi MARUYAMA at 2011-02-06 05:30 am

Eric Davis wrote:

Toshi MARUYAMA:

That would be great. I've seen many of your updates to Redmine's trunk and can't wait to review them.

I will do to be configurable SCM specific setting.
I will add "scm_cvs_verbose" at config/configuration.yml.
But, this priority is low.

Updated by Toshi MARUYAMA at 2011-02-06 05:33 am

You can cherry-pick my darcs adapter fixing.

Updated by Toshi MARUYAMA at 2011-02-06 05:37 am

You need to cherry-pick my CVS fixing.
http://www.redmine.org/issues/7176

Also available in: Atom PDF