Custom Query (5 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 5)

1 2
Ticket Resolution Summary Owner Reporter
#4 fixed add bash completion joergs joergs
#5 fixed optional: store list of installed packages joergs joergs
Description

or more generall: add a pre-script interface. Defined commands are called before svn call.

#12 fixed dasscm login broken in SVN r1132 joergs stephand
Description

dasscm login produces the following error:

Enter DASSCM user name: stephand Enter password for stephand: Use of uninitialized value in concatenation (.) or string at /usr/bin/dasscm line 846. Use of uninitialized value in concatenation (.) or string at /usr/bin/dasscm line 862. checking credentials for dasscm@: svn: '.' is not a working copy Error:

Possible fix:

--- /usr/bin/dasscm.orig 2013-01-11 14:20:41.000000000 +0100 +++ /usr/bin/dasscm 2013-01-15 10:09:59.000000000 +0100 @@ -1867,7 +1867,7 @@

@DASSCM_ADDITIONAL_FILES = ( $DASSCM_PLUGIN_RESULTS_PATH );

}

-if ( $DASSCM_SVN_REPOSITORY && $DASSCM_REPOSITORY_NAME ) { +if ( $config->{'DASSCM_SVN_REPOSITORY_BASE'} && $DASSCM_REPOSITORY_NAME ) {

$DASSCM_SVN_REPOSITORY =

$config->{'DASSCM_SVN_REPOSITORY_BASE'} . "/" . $DASSCM_REPOSITORY_NAME;

}

1 2
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.