[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Merging branches with different authentication parameters

From: Josh Hursey <jjhursey_at_cs.indiana.edu>
Date: 2007-02-17 03:44:21 CET

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
Received on Sat Feb 17 12:20:11 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.