I am having some trouble this afternoon pushing new commits to an hg/Mercurial repo. The repo is "sdl-dll", available publically at https://hg.osdn.net/view/sdl-dll/sdl-dll, and for writing at ssh://davidludwig@hg.osdn.net//hgroot/sdl-dll/sdl-dll.
Any attempt I make to push new commits out results in an error. Here is some sample output from such an attempt:
davidl@Wart SDL-temp % hg push
pushing to ssh://davidludwig@hg.osdn.net//hgroot/sdl-dll/sdl-dll
searching for changes
remote: abort: could not lock working directory of /hgroot/sdl-dll/sdl-dll: Permission denied
abort: stream ended unexpectedly (got 0 bytes, expected 4)
davidl@Wart SDL-temp %
I tried re-cloning the code to a new, clean repo (which ran successfully), applying some changes, then pushing that out, but I still get the same error.
Hello!
I am having some trouble this afternoon pushing new commits to an hg/Mercurial repo. The repo is "sdl-dll", available publically at https://hg.osdn.net/view/sdl-dll/sdl-dll, and for writing at ssh://davidludwig@hg.osdn.net//hgroot/sdl-dll/sdl-dll.
Any attempt I make to push new commits out results in an error. Here is some sample output from such an attempt:
I tried re-cloning the code to a new, clean repo (which ran successfully), applying some changes, then pushing that out, but I still get the same error.
Any thoughts on what might be happening?
Cheers!