• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

CVS Error :----- Writting to lock file

 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

when i am going to commit data through cvs. Following error is reflecting.
I am really confisued that this is network connection error or CVS configuration error.

If any body have idea then please help me.

Error:
The server reported an error while performing the "cvs commit" command.
12: cvs [server aborted]: error writing to lock file E:/PROSPECTACVS/DEV/MDOJ2EE/12/src/appl/client/webapps/nounlabelvalue/,NounLabelvalueConfigList.jsp,
 
Saloon Keeper
Posts: 27807
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That's an annoying one. I'd recommend checking Google, but as I recall, it means that the OS user ID that's being used to do the update doesn't have filesystem (write) access privileges for the lockfile.

Part of what makes it so challenging is determining what the actual system userid being used is, since the type of account access you're employing will affect it - you can have a CVS user ID that doesn't correspond to an OS user ID.
 
Don't touch me. And dont' touch this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic