your svn checkout is based on svn's http. For you to checkin the changes you have to switch your svn checkout to use https. svn switch --relocate <httpurl> <httpsurl> . should do the magic
commit should work after this. On Dec 22, 2010, at 5:17 PM, Dmitriy Ryaboy wrote: > I am trying to make my first commit since we went TLP, and getting svn auth > errors. > Do I need to do something in apache infra land? > > tw-mbp13-dryaboy:pig-svn dmitriy$ svn commit -m 'PIG-1755: Clean up > duplicated code in PhysicalOperators'svn: Commit failed (details follow): > svn: Server sent unexpected return value (403 Forbidden) in response to > MKACTIVITY request for > '/repos/asf/!svn/act/31c8854f-9ca2-4d7e-8e0d-aaa501078b0d' > > tw-mbp13-dryaboy:pig-svn dmitriy$ svn info > Path: . > URL: http://svn.apache.org/repos/asf/pig/trunk > Repository Root: http://svn.apache.org/repos/asf > Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68 > Revision: 1052119 > Node Kind: directory > Schedule: normal > Last Changed Author: rding > Last Changed Rev: 1051285 > Last Changed Date: 2010-12-20 12:53:20 -0800 (Mon, 20 Dec 2010)
