Forum Discussion

dspells's avatar
dspells
Occasional Visitor
3 years ago

Command line ccollab stopped working and now cannot configure SCM...

OS: Mac OS 11.4
Using 
ccollab v11.3.11302
'collar addchangelist' fails in a similar way
I have '
svn, version 1.14.1 (r1886195)' installed on my machine

This was working and then stopped working

 

% ccollab addchanges new .  

Connecting to server at http://codecollaborator.apconnet.apcon.com

Connected to Collaborator Enterprise v11.3.11302

Connected as: David Spells (david.spells)

Attaching changelist to review.

Auto-detecting SCM System for '.'

Checking client configuration for '.'

ERROR: Could not configure SCM system:

SCM system could not be auto-detected, but there was an error: Cannot run program "accurev" (in directory "."): error=2, No such file or directory

1 Reply

  • OlegB's avatar
    OlegB
    SmartBear Alumni (Retired)

    Hi dspells,

     

    It seems the command-line client can't detect your SCM system automatically. To avoid this issue, you can use the global options and force the client to use specific SCM-related options:

    https://support.smartbear.com/collaborator/docs/reference/cmdline-global-options.html#subversion

     

    Also, you are trying to upload all the locally modified files from your local SVN repository. Make sure that the current directory of the terminal/cmd was changed to the directory where your local SVN repository locates before executing the "ccollab addchanges new ." command.