Fcm branch-create error

Dear NCAS helpdesk,

I am trying to create a new branch at 13.8 using the guidance in the UM tutorial:

fcm branch-create --type dev -k 8032 qump_range fcm:um.x_tr@vn13.8

but get an error:

[FAIL] svn info --xml fcm:um.x_tr@vn13.8 # rc=1
[FAIL] svn: E205000: Try ‘svn help info’ for more information
[FAIL] svn: E205000: Syntax error parsing peg revision ‘vn13.8’

I actually want the UKESM1 config @ 13.8. Does that need me to specify the revision id?

Can you help me?

Simon

Hi Simon,

That error message usually means your MOSRS password isn’t cached.

Try running fcm ls fcm:um.x-tr if it prompts for your password you need to recache by running mosrs-cache-password.

Cheers,
Ros.

Hi Ros, you were right. I did need to recache my passwd.

[tetts@puma2 branches]$ fcm ls fcm:um.x_tr
COPYRIGHT.txt
CodeOwners.txt
ConfigOwners.txt
admin/
bin/
fab/
fcm-make/
rose-meta/
rose-stem/
src/

but it does not solve my problem :frowning:

[tetts@puma2 branches]$ fcm branch-create --type dev -k 8032 qump_range fcm:um.x-tr@13.8
[FAIL] svn info --xml fcm:um.x-tr@13.8 # rc=1
[FAIL] svn: E205000: Try ‘svn help info’ for more information
[FAIL] svn: E205000: Syntax error parsing peg revision ‘13.8’

Simon

add vn

fcm branch-create --type dev -k 8032 qump_range fcm:um.x-tr@vn13.8

Grenville

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.