You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Josh Hursey <jj...@cs.indiana.edu> on 2007/02/17 02:44:21 UTC

Merging branches with different authentication parameters

In our project our repository is setup like:
  rep/trunk
  rep/tmp/
  rep/tmp/foo

The rep/tmp/foo branch is closed to anonymous user access, but rep/ 
trunk is open to anonymous user access.

Recently I tried to merge rep/tmp/foo back to rep/trunk and I  
received the following error:
   shell$ svn merge https://server/rep/tmp/foo  https://server/rep/ 
trunk $HOME/local-trunk
   svn: REPORT request failed on '/svn/ompi/!svn/vcc/default'
   svn:
   Not authorized to open root of edit operation

My user has full read/write access to both branches. I'm assuming  
this has something to do with the anonymous user access, but I'm not  
100% sure. Is there anyway to resolve this conflict?

Thanks,
Josh Hursey

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org