[Bug 1802162] Re: "Operation not permitted" error when update
Thorsten Glaser
1802162 at bugs.launchpad.net
Wed Nov 7 23:01:21 UTC 2018
Is this on a FAT or other MS-DOS world filesystem?
If so, failure to operate correctly is expected.
** Changed in: cvs (Ubuntu)
Status: New => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to cvs in Ubuntu.
https://bugs.launchpad.net/bugs/1802162
Title:
"Operation not permitted" error when update
Status in cvs package in Ubuntu:
Incomplete
Bug description:
When I tried to update source tree using cvs, I got below errors.
chwon at chwon-VirtualBox:~/sandbox/mcci/usb/usbkern/app$ cvs -q update
U hiddemo/catportx/catportx.urc
cvs [update aborted]: cannot rename file .new.catportx. to catportx.urc: No such file or directory
I think problem is file name ".new.catportx." is wrong. It should be ".new.catportx" -- no '.' at the end.
I tried to update again with same command and I got below error.
chwon at chwon-VirtualBox:~/sandbox/mcci/usb/usbkern/app$ cvs -q update
? hiddemo/catportx/.new.catportx
cvs update: cannot write hiddemo/catportx/catportx.urc: Operation not permitted
U hiddemo/catportx/cpxkeybd.c
cvs [update aborted]: cannot rename file .new.cpxkeybd. to cpxkeybd.c: No such file or directory
There was "hiddemo/catportx/.new.catportx" file in the directory and
this file was created in previous "cvs -q update" command. Same file
name problem -- ".new.cpxkeybd." should be ".new.cpxkeybd".
I am using CVS 1.12.13-MirDebian-8 version. Here is version info using
"cvs -v"
chwon at chwon-VirtualBox:~/sandbox/mcci/usb/usbkern/app$ cvs -v
Concurrent Versions System (CVS) 1.12.13-MirDebian-8 (client/server)
Copyright (C) 2005 Free Software Foundation, Inc.
Portions contributed by Thorsten Glaser for the MirOS Project.
Senior active maintainers include Larry Jones, Derek R. Price,
and Mark D. Baushke. Please see the AUTHORS and README files from the CVS
distribution kit for a complete list of contributors and copyrights.
CVS may be copied only under the terms of the GNU General Public License,
a copy of which can be found with the CVS distribution kit.
Specify the --help option for further information about CVS
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cvs/+bug/1802162/+subscriptions
More information about the foundations-bugs
mailing list