Re: [cmake-developers] stage push?

2011-01-31 Thread Brad King
Looks like a access right issue. Yeah... this is just a permissions issue because you're trying to push files outside of the Modules directory. I fixed the server's checks to allow any developer to push changes to the stage in any directory (except Source/kwsys/ which is managed by a

Re: [cmake-developers] stage push?

2011-01-29 Thread David Cole
On Sat, Jan 29, 2011 at 4:20 AM, Eric Noulard eric.noul...@gmail.comwrote: 2011/1/29 James Bigler jamesbig...@gmail.com: On Jan 28, 2011, at 5:21 PM, Eric Noulard eric.noul...@gmail.com wrote: 2011/1/29 James Bigler jamesbig...@gmail.com: I can't seem to be able to push to stage. I

[cmake-developers] stage push?

2011-01-28 Thread James Bigler
I can't seem to be able to push to stage. I followed the directions (since I'm a total git n00b): http://www.cmake.org/Wiki/CMake/Git#Topic_Stage 5208 git remote add stage git://cmake.org/stage/cmake.git 5209 git config remote.stage.pushurl g...@cmake.org:stage/cmake.git 5226 git fetch stage

Re: [cmake-developers] stage push?

2011-01-28 Thread James Bigler
On Jan 28, 2011, at 5:21 PM, Eric Noulard eric.noul...@gmail.com wrote: 2011/1/29 James Bigler jamesbig...@gmail.com: I can't seem to be able to push to stage. I followed the directions (since I'm a total git n00b): [...] ---