svn: E155007: '/COAWST-master' is not a working copy

General scientific issues regarding ROMS

Moderators: arango, robertson

Post Reply
Message
Author
Study_fish
Posts: 23
Joined: Thu Sep 21, 2023 2:52 pm
Location: Sun Yat-sen University

svn: E155007: '/COAWST-master' is not a working copy

#1 Unread post by Study_fish »

Dear Users:

I seem to have a very simple compilation problem, but I'm sorry I don't know how to fix it.

I have a working directory COAWST_master/ in my remote machine with a coawst.bash file, and I need to compile in that working directory to generate the corresponding coawst.M. However, I mistakenly copied the coawst.bash to COAWST_master/Projects/upwelling for compilation, and there is no doubt that it is reporting an error.

Strangely enough, when I run./coawst.bash in the correct working directory, It also reports an error:
svn: E155007: '/mnt/sdd/cy22/COAWST-master' is not a working copy
svn: E155007: '/mnt/sdd/cy22/COAWST-master' is not a working copy
rm -f -r core *.ipo ./Build /home/cy22/make_macros.mk
svn: E155007: '/mnt/sdd/cy22/COAWST-master' is not a working copy
svn: E155007: '/mnt/sdd/cy22/COAWST-master' is not a working copy
cp -f /mnt/sdc/littlemarcoleung/COAWST/LIBRARIES/netcdf/include/netcdf.mod ./Build
cp -f /mnt/sdc/littlemarcoleung/COAWST/LIBRARIES/netcdf/include/typesizes.mod ./Build
cp -p /home/cy22/make_macros.mk ./Build
svn: E155007: '/mnt/sdd/cy22/COAWST-master' is not a working copy
svn: E155007: '/mnt/sdd/cy22/COAWST-master' is not a working copy
\
cd ./Build; \
cpp -P -DFujian -D'HEADER="fujian.h"' -D'ROMS_HEADER="/mnt/sdd/cy22/COAWST-master/Projects/Fujian//fujian.h"' -I/mnt/sdd/cy22/COAWST-master//ROMS/Include /mnt/sdd/cy22/COAWST-master//Master/MCT_coupler/mod_coupler_kinds.F > mod_coupler_kinds.f90; \
/mnt/sdd/cy22/COAWST-master//ROMS/Bin/cpp_clean mod_coupler_kinds.f90;
\
/mnt/sdc/littlemarcoleung/COAWST/LIBRARIES/mpich/bin/mpif90 -c -frepack-arrays -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -frecord-marker=4 -fconvert=big-endian -I/usr/include mod_coupler_kinds.f90; \
cpp -P -DFujian -D'HEADER="fujian.h"' -D'ROMS_HEADER="/mnt/sdd/cy22/COAWST-master/Projects/Fujian//fujian.h"' -I/mnt/sdd/cy22/COAWST-master//ROMS/Include /mnt/sdd/cy22/COAWST-master//Master/MCT_coupler/mct_coupler_params.F > mct_coupler_params.f90; \
/mnt/sdd/cy22/COAWST-master//ROMS/Bin/cpp_clean mct_coupler_params.f90;
\
/mnt/sdc/littlemarcoleung/COAWST/LIBRARIES/mpich/bin/mpif90 -c -frepack-arrays -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -frecord-marker=4 -fconvert=big-endian -I/usr/include mct_coupler_params.f90;
svn: E155007: '/mnt/sdd/cy22/COAWST-master' is not a working copy
svn: E155007: '/mnt/sdd/cy22/COAWST-master' is not a working copy
make: Nothing to be done for 'wrfclean'.
svn: E155007: '/mnt/sdd/cy22/COAWST-master' is not a working copy
svn: E155007: '/mnt/sdd/cy22/COAWST-master' is not a working copy
make: Nothing to be done for 'wrf'.
svn: E155007: '/mnt/sdd/cy22/COAWST-master' is not a working copy
svn: E155007: '/mnt/sdd/cy22/COAWST-master' is not a working copy
make: Nothing to be done for 'wrfhydroclean'.
svn: E155007: '/mnt/sdd/cy22/COAWST-master' is not a working copy
svn: E155007: '/mnt/sdd/cy22/COAWST-master' is not a working copy
make: Nothing to be done for 'wrfhydro'.
svn: E155007: '/mnt/sdd/cy22/COAWST-master' is not a working copy
svn: E155007: '/mnt/sdd/cy22/COAWST-master' is not a working copy
make: Nothing to be done for 'ww3clean'.
svn: E155007: '/mnt/sdd/cy22/COAWST-master' is not a working copy
svn: E155007: '/mnt/sdd/cy22/COAWST-master' is not a working copy
make: Nothing to be done for 'ww3'.
svn: E155007: '/mnt/sdd/cy22/COAWST-master' is not a working copy
svn: E155007: '/mnt/sdd/cy22/COAWST-master' is not a working copy
make: 'Build' is up to date.
I used to compile in COAWST_master/ without any problems. I'm not using svn in my working directory, and I've made sure that MY_ROOT_DIR and MY_PROJECT_DIR point to the correct path. So why is this a problem?

Thank you for your interesting suggestions :D

jcwarner
Posts: 1182
Joined: Wed Dec 31, 2003 6:16 pm
Location: USGS, USA

Re: svn: E155007: '/COAWST-master' is not a working copy

#2 Unread post by jcwarner »

so this is an issue with COAWST. Please post this here:
https://github.com/DOI-USGS/COAWST/issues
we dont use svn anymore.
and it built ok
"make: 'Build' is up to date."

Study_fish
Posts: 23
Joined: Thu Sep 21, 2023 2:52 pm
Location: Sun Yat-sen University

Re: svn: E155007: '/COAWST-master' is not a working copy

#3 Unread post by Study_fish »

Thanks for your reply Warner :D

I have posted the issue to https://github.com/DOI-USGS/COAWST/issues for further suggestions.

Post Reply