Opened 2 years ago
Closed 2 years ago
#2303 closed help (fixed)
FCM Commit problems
Reported by: | mattjbr123 | Owned by: | ros |
---|---|---|---|
Component: | FCM | Keywords: | fcm, commit, subversion |
Cc: | Platform: | Monsoon2 | |
UM Version: | 10.3 |
Description
Hi, hopefully this is a nice simple one to solve.
I'm trying to commit the working copy in /home/d04/mabro/branches/um/vn10.3_nudging_merra on exvmsrose.
The branch was created using
fcm bc nudging_merra fcm:um.x_tr@vn10.3
and checked out using
fcm co fcm:um.xm_br/dev/mattbrown/vn10.3_nudging_merra
(I think, it was a while ago…)
When I try to commit it using fcm commit, I get the following after putting in the commit message:
*** WARNING: YOU ARE COMMITTING TO A BRANCH NOT OWNED BY YOU. *** Please ensure that you have the owner's permission. Would you like to commit this change? Enter "y" or "n" (or just press <return> for "n"): y Authentication realm: <svn://puma.nerc.ac.uk:3690> MOSRS mirrors Password for 'mabro':
Firstly, don't think I've seen the 'not owned by you' thing before so not sure where that's come from.
Secondly, it's asking for the password for the wrong username. Looks like the authentication realm might be wrong too - not expecting it to be a puma one.
The username should be mattbrown (I think) rather than mabro, and if I remember rightly it shouldn't even be asking for the password at all.
I've run mosrs-cache-password, and haven't changed anything in the ~/.subversion/servers or config files, so am out of ideas.
Matt
Change History (3)
comment:1 Changed 2 years ago by ros
- Owner changed from um_support to ros
- Status changed from new to accepted
comment:2 Changed 2 years ago by mattjbr123
Ah. Figured it would be something like that.
Thanks!
comment:3 Changed 2 years ago by ros
- Resolution set to fixed
- Status changed from accepted to closed
Hi Matt,
You've checked your branch out from the read-only mirror repository on PUMA rather than the MOSRS, that's why it appears to be picking up the "wrong" username.
You need to check it out using :
(note: it's fcm:um.x-br not fcm:um.xm-br)
Cheers,
Ros.