If you're a committer, you should have recieved instructions on how to set up your client (it will have an svn rather than an http url) when you got your commit password.
On Thu, Dec 3, 2009 at 3:51 PM, Zelidrag Hornung <[email protected]> wrote: > How do I know if the repo is read-only? This is how my .gclient looks like > solutions = [ > { "name" : "src", > "url" : "http://src.chromium.org/svn/trunk/src", > "custom_deps" : { > # To use the trunk of a component instead of what's in DEPS: > #"component": "https://svnserver/component/trunk/", > # To exclude a component from your working copy: > #"data/really_large_component": None, > }, > "safesync_url": "http://chromium-status.appspot.com/lkgr" > }, > ] > > > On Thu, Dec 3, 2009 at 3:48 PM, Dan Kegel <[email protected]> wrote: >> >> Sounds like you're trying to commit to the read-only repo? >> >> On Thu, Dec 3, 2009 at 3:31 PM, Zelidrag Hornung <[email protected]> >> wrote: >> > When I try to commit my change, I am getting following error there - any >> > ideas what might be causing this? >> >>gcl commit my_change >> > Presubmit checks took 1.7s to calculate. >> > Loaded authentication cookies from >> > C:\Users\zelidrag/.codereview_upload_cookies >> > svn: Commit failed (details follow): >> > svn: Server sent unexpected return value (500 Internal Server Error) in >> > response to MKACTIVITY request for >> > '/svn/!svn/act/aa57d512-f59f-9147-897e-0c6aef5f25fc' >> > >> > -- >> > Chromium Developers mailing list: [email protected] >> > View archives, change email options, or unsubscribe: >> > http://groups.google.com/group/chromium-dev > > -- Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev
